Shades of Fuchsia #D237CF
Tints of Fuchsia #D237CF
RGB
CMYK
RGB Variations
Color information
#D237CF (or 0xD237CF) is known color: Fuchsia. HEX triplet: D2, 37 and CF. RGB value is (210,55,207). Sum of RGB (Red+Green+Blue) = 210+55+207=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D237CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237CF is #2DC830. Grayscale: #767676. Windows color (decimal): -3000369 or 13580242. OLE color: 13580242.
HSL color Cylindrical-coordinate representation of color #D237CF: hue angle of 301.16º degrees, saturation: 0.63, 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 #D237CF is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 207 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.18 |
| HSL | 301.16º | 0.63% | 0.52% | - |
| HSV(B) | 301.16º | 0.74% | 0.82% | - |
| XYZ | 39.21 | 20.94 | 61.01 | - |
| YUV | 118.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 207 | 0 | 0.74 | 0.01 | 0.18 | 301.16 | 0.63 | 0.52 |
| Hex | D2 | 37 | CF | 0 | 4A | 1 | 12 | 12D | 3F | 34 |
| Octal | 322 | 67 | 317 | 0 | 112 | 1 | 22 | 455 | 77 | 64 |
| Binary | 11010010 | 110111 | 11001111 | 0 | 1001010 | 1 | 10010 | 100101101 | 111111 | 110100 |
Color Harmonies of #D237CF
Complementary color
Monochromatic Colors of #D237CF
Black with #D237CF
Text Example
Text Example
White with #D237CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237CF; }
p { color: rgb(210,55,207); }
H1.HeaderClassName
{
color: #D237CF;
}
.AnyTagClassName
{
color: #D237CF;
}
</style>
background-color css
<style>
a { background-color: #D237CF; }
a { background-color: rgb(210,55,207); }
div.DivClassName
{
background-color: #D237CF;
}
.BgClassName
{
background-color: #D237CF;
}
</style>
border-color css
<style>
span { border-color: #D237CF; }
span { border-color: rgb(210,55,207); }
td.TdClassName
{
border-color: #D237CF;
}
.TagClassName
{
border-color: #D237CF;
}
</style>