Shades of Fuchsia #D237C9
Tints of Fuchsia #D237C9
RGB
CMYK
RGB Variations
Color information
#D237C9 (or 0xD237C9) is known color: Fuchsia. HEX triplet: D2, 37 and C9. RGB value is (210,55,201). Sum of RGB (Red+Green+Blue) = 210+55+201=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D237C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237C9 is #2DC836. Grayscale: #757575. Windows color (decimal): -3000375 or 13187026. OLE color: 13187026.
HSL color Cylindrical-coordinate representation of color #D237C9: hue angle of 303.48º 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 #D237C9 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 201 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.18 |
| HSL | 303.48º | 0.63% | 0.52% | - |
| HSV(B) | 303.48º | 0.74% | 0.82% | - |
| XYZ | 38.49 | 20.65 | 57.22 | - |
| YUV | 117.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 201 | 0 | 0.74 | 0.04 | 0.18 | 303.48 | 0.63 | 0.52 |
| Hex | D2 | 37 | C9 | 0 | 4A | 4 | 12 | 12F | 3F | 34 |
| Octal | 322 | 67 | 311 | 0 | 112 | 4 | 22 | 457 | 77 | 64 |
| Binary | 11010010 | 110111 | 11001001 | 0 | 1001010 | 100 | 10010 | 100101111 | 111111 | 110100 |
Color Harmonies of #D237C9
Complementary color
Monochromatic Colors of #D237C9
Black with #D237C9
Text Example
Text Example
White with #D237C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237C9; }
p { color: rgb(210,55,201); }
H1.HeaderClassName
{
color: #D237C9;
}
.AnyTagClassName
{
color: #D237C9;
}
</style>
background-color css
<style>
a { background-color: #D237C9; }
a { background-color: rgb(210,55,201); }
div.DivClassName
{
background-color: #D237C9;
}
.BgClassName
{
background-color: #D237C9;
}
</style>
border-color css
<style>
span { border-color: #D237C9; }
span { border-color: rgb(210,55,201); }
td.TdClassName
{
border-color: #D237C9;
}
.TagClassName
{
border-color: #D237C9;
}
</style>