Shades of Fuchsia #D037CF
Tints of Fuchsia #D037CF
RGB
CMYK
RGB Variations
Color information
#D037CF (or 0xD037CF) is known color: Fuchsia. HEX triplet: D0, 37 and CF. RGB value is (208,55,207). Sum of RGB (Red+Green+Blue) = 208+55+207=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D037CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037CF is #2FC830. Grayscale: #757575. Windows color (decimal): -3131441 or 13580240. OLE color: 13580240.
HSL color Cylindrical-coordinate representation of color #D037CF: hue angle of 300.39º 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 #D037CF is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 207 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.18 |
| HSL | 300.39º | 0.62% | 0.52% | - |
| HSV(B) | 300.39º | 0.74% | 0.82% | - |
| XYZ | 38.64 | 20.65 | 60.98 | - |
| YUV | 118.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 207 | 0 | 0.74 | 0.00 | 0.18 | 300.39 | 0.62 | 0.52 |
| Hex | D0 | 37 | CF | 0 | 4A | 0 | 12 | 12C | 3E | 34 |
| Octal | 320 | 67 | 317 | 0 | 112 | 0 | 22 | 454 | 76 | 64 |
| Binary | 11010000 | 110111 | 11001111 | 0 | 1001010 | 0 | 10010 | 100101100 | 111110 | 110100 |
Color Harmonies of #D037CF
Complementary color
Monochromatic Colors of #D037CF
Black with #D037CF
Text Example
Text Example
White with #D037CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037CF; }
p { color: rgb(208,55,207); }
H1.HeaderClassName
{
color: #D037CF;
}
.AnyTagClassName
{
color: #D037CF;
}
</style>
background-color css
<style>
a { background-color: #D037CF; }
a { background-color: rgb(208,55,207); }
div.DivClassName
{
background-color: #D037CF;
}
.BgClassName
{
background-color: #D037CF;
}
</style>
border-color css
<style>
span { border-color: #D037CF; }
span { border-color: rgb(208,55,207); }
td.TdClassName
{
border-color: #D037CF;
}
.TagClassName
{
border-color: #D037CF;
}
</style>