Shades of Fuchsia #D037C9
Tints of Fuchsia #D037C9
RGB
CMYK
RGB Variations
Color information
#D037C9 (or 0xD037C9) is known color: Fuchsia. HEX triplet: D0, 37 and C9. RGB value is (208,55,201). Sum of RGB (Red+Green+Blue) = 208+55+201=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D037C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037C9 is #2FC836. Grayscale: #747474. Windows color (decimal): -3131447 or 13187024. OLE color: 13187024.
HSL color Cylindrical-coordinate representation of color #D037C9: hue angle of 302.75º 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 #D037C9 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 55 | 201 | - |
CMYK | 0 | 0.74 | 0.03 | 0.18 |
HSL | 302.75º | 0.62% | 0.52% | - |
HSV(B) | 302.75º | 0.74% | 0.82% | - |
XYZ | 37.92 | 20.36 | 57.19 | - |
YUV | 117.39 | 175.19 | 192.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 55 | 201 | 0 | 0.74 | 0.03 | 0.18 | 302.75 | 0.62 | 0.52 |
Hex | D0 | 37 | C9 | 0 | 4A | 3 | 12 | 12F | 3E | 34 |
Octal | 320 | 67 | 311 | 0 | 112 | 3 | 22 | 457 | 76 | 64 |
Binary | 11010000 | 110111 | 11001001 | 0 | 1001010 | 11 | 10010 | 100101111 | 111110 | 110100 |
Color Harmonies of #D037C9
Complementary color
Monochromatic Colors of #D037C9
Black with #D037C9
Text Example
Text Example
White with #D037C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037C9; }
p { color: rgb(208,55,201); }
H1.HeaderClassName
{
color: #D037C9;
}
.AnyTagClassName
{
color: #D037C9;
}
</style>
background-color css
<style>
a { background-color: #D037C9; }
a { background-color: rgb(208,55,201); }
div.DivClassName
{
background-color: #D037C9;
}
.BgClassName
{
background-color: #D037C9;
}
</style>
border-color css
<style>
span { border-color: #D037C9; }
span { border-color: rgb(208,55,201); }
td.TdClassName
{
border-color: #D037C9;
}
.TagClassName
{
border-color: #D037C9;
}
</style>