#D037CD

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

Shades of Fuchsia #D037CD

Tints of Fuchsia #D037CD

Color information

#D037CD (or 0xD037CD) is unknown color: approx Fuchsia. HEX triplet: D0, 37 and CD. RGB value is (208,55,205). Sum of RGB (Red+Green+Blue) = 208+55+205=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D037CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037CD is #2FC832. Grayscale: #757575. Windows color (decimal): -3131443 or 13449168. OLE color: 13449168.

HSL color Cylindrical-coordinate representation of color #D037CD: hue angle of 301.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037CD is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20855205-
CMYK00.740.010.18
HSL301.18º61.94%51.57%-
HSV(B)301.18º73.56%81.57%-
XYZ38.420.5559.7-
YUV117.85177.19192.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 55 (21.88% from 255) = 11.75%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=44.44%
G=11.75%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085520500.740.010.18301.1861.9451.57
HexD037CD04A11212d3e34
Octal3206731501121224557664
Binary110100001101111100110101001010110010100101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D037CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D037CD; }

 p { color: rgb(208,55,205); }

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

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

 a { background-color: rgb(208,55,205); }

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

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

 span { border-color: rgb(208,55,205); }

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