#D037D4

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

Shades of Fuchsia #D037D4

Tints of Fuchsia #D037D4

Color information

#D037D4 (or 0xD037D4) is unknown color: approx Fuchsia. HEX triplet: D0, 37 and D4. RGB value is (208,55,212). Sum of RGB (Red+Green+Blue) = 208+55+212=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #D037D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037D4 is #2FC82B. Grayscale: #767676. Windows color (decimal): -3131436 or 13907920. OLE color: 13907920.

HSL color Cylindrical-coordinate representation of color #D037D4: hue angle of 298.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037D4 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20855212-
CMYK0.020.7400.17
HSL298.47º64.61%52.35%-
HSV(B)298.47º74.06%83.14%-
XYZ39.2620.964.25-
YUV118.65180.69191.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 55 (21.88% from 255) = 11.58%
BLUE value IS 212 (83.20% from 255) = 44.63%
R=43.79%
G=11.58%
B=44.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208552120.020.7400.17298.4764.6152.35
HexD037D424A01112a4134
Octal32067324211202145210164
Binary11010000110111110101001010010100100011001010101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D037D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D037D4; }

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

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

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

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

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

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

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

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