#D037CE

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

Shades of Fuchsia #D037CE

Tints of Fuchsia #D037CE

Color information

#D037CE (or 0xD037CE) is unknown color: approx Fuchsia. HEX triplet: D0, 37 and CE. RGB value is (208,55,206). Sum of RGB (Red+Green+Blue) = 208+55+206=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D037CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037CE is #2FC831. Grayscale: #757575. Windows color (decimal): -3131442 or 13514704. OLE color: 13514704.

HSL color Cylindrical-coordinate representation of color #D037CE: hue angle of 300.78º 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 #D037CE is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20855206-
CMYK00.740.010.18
HSL300.78º61.94%51.57%-
HSV(B)300.78º73.56%81.57%-
XYZ38.5220.660.34-
YUV117.96177.69192.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 55 (21.88% from 255) = 11.73%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=44.35%
G=11.73%
B=43.92%

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
Decimal2085520600.740.010.18300.7861.9451.57
HexD037CE04A11212d3e34
Octal3206731601121224557664
Binary110100001101111100111001001010110010100101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D037CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D037CE; }

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

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

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

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

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

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

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

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