Shades of Fuchsia #D237C8
Tints of Fuchsia #D237C8
RGB
CMYK
RGB Variations
Color information
#D237C8 (or 0xD237C8) is known color: Fuchsia. HEX triplet: D2, 37 and C8. RGB value is (210,55,200). Sum of RGB (Red+Green+Blue) = 210+55+200=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D237C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237C8 is #2DC837. Grayscale: #757575. Windows color (decimal): -3000376 or 13121490. OLE color: 13121490.
HSL color Cylindrical-coordinate representation of color #D237C8: hue angle of 303.87º 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 #D237C8 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 200 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.18 |
| HSL | 303.87º | 0.63% | 0.52% | - |
| HSV(B) | 303.87º | 0.74% | 0.82% | - |
| XYZ | 38.37 | 20.6 | 56.6 | - |
| YUV | 117.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 200 | 0 | 0.74 | 0.05 | 0.18 | 303.87 | 0.63 | 0.52 |
| Hex | D2 | 37 | C8 | 0 | 4A | 5 | 12 | 130 | 3F | 34 |
| Octal | 322 | 67 | 310 | 0 | 112 | 5 | 22 | 460 | 77 | 64 |
| Binary | 11010010 | 110111 | 11001000 | 0 | 1001010 | 101 | 10010 | 100110000 | 111111 | 110100 |
Color Harmonies of #D237C8
Complementary color
Monochromatic Colors of #D237C8
Black with #D237C8
Text Example
Text Example
White with #D237C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237C8; }
p { color: rgb(210,55,200); }
H1.HeaderClassName
{
color: #D237C8;
}
.AnyTagClassName
{
color: #D237C8;
}
</style>
background-color css
<style>
a { background-color: #D237C8; }
a { background-color: rgb(210,55,200); }
div.DivClassName
{
background-color: #D237C8;
}
.BgClassName
{
background-color: #D237C8;
}
</style>
border-color css
<style>
span { border-color: #D237C8; }
span { border-color: rgb(210,55,200); }
td.TdClassName
{
border-color: #D237C8;
}
.TagClassName
{
border-color: #D237C8;
}
</style>