Shades of Fuchsia #D037CE
Tints of Fuchsia #D037CE
RGB
CMYK
RGB Variations
Color information
#D037CE (or 0xD037CE) is known color: 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
| RGB | 208 | 55 | 206 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.18 |
| HSL | 300.78º | 0.62% | 0.52% | - |
| HSV(B) | 300.78º | 0.74% | 0.82% | - |
| XYZ | 38.52 | 20.6 | 60.34 | - |
| YUV | 117.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 206 | 0 | 0.74 | 0.01 | 0.18 | 300.78 | 0.62 | 0.52 |
| Hex | D0 | 37 | CE | 0 | 4A | 1 | 12 | 12D | 3E | 34 |
| Octal | 320 | 67 | 316 | 0 | 112 | 1 | 22 | 455 | 76 | 64 |
| Binary | 11010000 | 110111 | 11001110 | 0 | 1001010 | 1 | 10010 | 100101101 | 111110 | 110100 |
Color Harmonies of #D037CE
Complementary color
Monochromatic Colors of #D037CE
Black with #D037CE
Text Example
Text Example
White with #D037CE
Text Example
Text Example
HTML Codes & Css Web 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>