Shades of Fuchsia #D237C6
Tints of Fuchsia #D237C6
RGB
CMYK
RGB Variations
Color information
#D237C6 (or 0xD237C6) is known color: Fuchsia. HEX triplet: D2, 37 and C6. RGB value is (210,55,198). Sum of RGB (Red+Green+Blue) = 210+55+198=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D237C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237C6 is #2DC839. Grayscale: #757575. Windows color (decimal): -3000378 or 12990418. OLE color: 12990418.
HSL color Cylindrical-coordinate representation of color #D237C6: hue angle of 304.65º 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 #D237C6 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 198 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.18 |
| HSL | 304.65º | 0.63% | 0.52% | - |
| HSV(B) | 304.65º | 0.74% | 0.82% | - |
| XYZ | 38.14 | 20.51 | 55.38 | - |
| YUV | 117.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 198 | 0 | 0.74 | 0.06 | 0.18 | 304.65 | 0.63 | 0.52 |
| Hex | D2 | 37 | C6 | 0 | 4A | 6 | 12 | 131 | 3F | 34 |
| Octal | 322 | 67 | 306 | 0 | 112 | 6 | 22 | 461 | 77 | 64 |
| Binary | 11010010 | 110111 | 11000110 | 0 | 1001010 | 110 | 10010 | 100110001 | 111111 | 110100 |
Color Harmonies of #D237C6
Complementary color
Monochromatic Colors of #D237C6
Black with #D237C6
Text Example
Text Example
White with #D237C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237C6; }
p { color: rgb(210,55,198); }
H1.HeaderClassName
{
color: #D237C6;
}
.AnyTagClassName
{
color: #D237C6;
}
</style>
background-color css
<style>
a { background-color: #D237C6; }
a { background-color: rgb(210,55,198); }
div.DivClassName
{
background-color: #D237C6;
}
.BgClassName
{
background-color: #D237C6;
}
</style>
border-color css
<style>
span { border-color: #D237C6; }
span { border-color: rgb(210,55,198); }
td.TdClassName
{
border-color: #D237C6;
}
.TagClassName
{
border-color: #D237C6;
}
</style>