Shades of Fuchsia #D237CC
Tints of Fuchsia #D237CC
RGB
CMYK
RGB Variations
Color information
#D237CC (or 0xD237CC) is known color: Fuchsia. HEX triplet: D2, 37 and CC. RGB value is (210,55,204). Sum of RGB (Red+Green+Blue) = 210+55+204=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D237CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237CC is #2DC833. Grayscale: #757575. Windows color (decimal): -3000372 or 13383634. OLE color: 13383634.
HSL color Cylindrical-coordinate representation of color #D237CC: hue angle of 302.32º 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 #D237CC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 204 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.18 |
| HSL | 302.32º | 0.63% | 0.52% | - |
| HSV(B) | 302.32º | 0.74% | 0.82% | - |
| XYZ | 38.84 | 20.79 | 59.09 | - |
| YUV | 118.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 204 | 0 | 0.74 | 0.03 | 0.18 | 302.32 | 0.63 | 0.52 |
| Hex | D2 | 37 | CC | 0 | 4A | 3 | 12 | 12E | 3F | 34 |
| Octal | 322 | 67 | 314 | 0 | 112 | 3 | 22 | 456 | 77 | 64 |
| Binary | 11010010 | 110111 | 11001100 | 0 | 1001010 | 11 | 10010 | 100101110 | 111111 | 110100 |
Color Harmonies of #D237CC
Complementary color
Monochromatic Colors of #D237CC
Black with #D237CC
Text Example
Text Example
White with #D237CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237CC; }
p { color: rgb(210,55,204); }
H1.HeaderClassName
{
color: #D237CC;
}
.AnyTagClassName
{
color: #D237CC;
}
</style>
background-color css
<style>
a { background-color: #D237CC; }
a { background-color: rgb(210,55,204); }
div.DivClassName
{
background-color: #D237CC;
}
.BgClassName
{
background-color: #D237CC;
}
</style>
border-color css
<style>
span { border-color: #D237CC; }
span { border-color: rgb(210,55,204); }
td.TdClassName
{
border-color: #D237CC;
}
.TagClassName
{
border-color: #D237CC;
}
</style>