#D739C5

Color #D739C5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D739C5

Tints of Fuchsia #D739C5

Color information

#D739C5 (or 0xD739C5) is unknown color: approx Fuchsia. HEX triplet: D7, 39 and C5. RGB value is (215,57,197). Sum of RGB (Red+Green+Blue) = 215+57+197=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D739C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739C5 is #28C63A. Grayscale: #777777. Windows color (decimal): -2672187 or 12925399. OLE color: 12925399.

HSL color Cylindrical-coordinate representation of color #D739C5: hue angle of 306.84º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D739C5 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21557197-
CMYK00.730.080.16
HSL306.84º66.39%53.33%-
HSV(B)306.84º73.49%84.31%-
XYZ39.5721.454.87-
YUV120.2171.35195.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 57 (22.66% from 255) = 12.15%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=45.84%
G=12.15%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155719700.730.080.16306.8466.3953.33
HexD739C50498101334235
Octal327713050111102046310265
Binary1101011111100111000101010010011000100001001100111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D739C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D739C5; }

 p { color: rgb(215,57,197); }

 H1.HeaderClassName
 {
   color: #D739C5;
 }
 .AnyTagClassName
 {
   color: #D739C5;
 }
</style>
background-color css

<style>
 a { background-color: #D739C5; }

 a { background-color: rgb(215,57,197); }

 div.DivClassName
 {
   background-color: #D739C5;
 }
 .BgClassName
 {
   background-color: #D739C5;
 }
</style>
border-color css

<style>
 span { border-color: #D739C5; }

 span { border-color: rgb(215,57,197); }

 td.TdClassName
 {
   border-color: #D739C5;
 }
 .TagClassName
 {
   border-color: #D739C5;
 }
</style>