Shades of Fuchsia #D037CA
Tints of Fuchsia #D037CA
RGB
CMYK
RGB Variations
Color information
#D037CA (or 0xD037CA) is known color: Fuchsia. HEX triplet: D0, 37 and CA. RGB value is (208,55,202). Sum of RGB (Red+Green+Blue) = 208+55+202=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D037CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037CA is #2FC835. Grayscale: #757575. Windows color (decimal): -3131446 or 13252560. OLE color: 13252560.
HSL color Cylindrical-coordinate representation of color #D037CA: hue angle of 302.35º 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 #D037CA is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 202 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.18 |
| HSL | 302.35º | 0.62% | 0.52% | - |
| HSV(B) | 302.35º | 0.74% | 0.82% | - |
| XYZ | 38.04 | 20.41 | 57.81 | - |
| YUV | 117.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 202 | 0 | 0.74 | 0.03 | 0.18 | 302.35 | 0.62 | 0.52 |
| Hex | D0 | 37 | CA | 0 | 4A | 3 | 12 | 12E | 3E | 34 |
| Octal | 320 | 67 | 312 | 0 | 112 | 3 | 22 | 456 | 76 | 64 |
| Binary | 11010000 | 110111 | 11001010 | 0 | 1001010 | 11 | 10010 | 100101110 | 111110 | 110100 |
Color Harmonies of #D037CA
Complementary color
Monochromatic Colors of #D037CA
Black with #D037CA
Text Example
Text Example
White with #D037CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037CA; }
p { color: rgb(208,55,202); }
H1.HeaderClassName
{
color: #D037CA;
}
.AnyTagClassName
{
color: #D037CA;
}
</style>
background-color css
<style>
a { background-color: #D037CA; }
a { background-color: rgb(208,55,202); }
div.DivClassName
{
background-color: #D037CA;
}
.BgClassName
{
background-color: #D037CA;
}
</style>
border-color css
<style>
span { border-color: #D037CA; }
span { border-color: rgb(208,55,202); }
td.TdClassName
{
border-color: #D037CA;
}
.TagClassName
{
border-color: #D037CA;
}
</style>