Shades of Fuchsia #D24DCC
Tints of Fuchsia #D24DCC
RGB
CMYK
RGB Variations
Color information
#D24DCC (or 0xD24DCC) is known color: Fuchsia. HEX triplet: D2, 4D and CC. RGB value is (210,77,204). Sum of RGB (Red+Green+Blue) = 210+77+204=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DCC is #2DB233. Grayscale: #828282. Windows color (decimal): -2994740 or 13389266. OLE color: 13389266.
HSL color Cylindrical-coordinate representation of color #D24DCC: hue angle of 302.71º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DCC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 204 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.18 |
| HSL | 302.71º | 0.6% | 0.56% | - |
| HSV(B) | 302.71º | 0.63% | 0.82% | - |
| XYZ | 40.13 | 23.37 | 59.52 | - |
| YUV | 131.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 204 | 0 | 0.63 | 0.03 | 0.18 | 302.71 | 0.6 | 0.56 |
| Hex | D2 | 4D | CC | 0 | 3F | 3 | 12 | 12F | 3C | 38 |
| Octal | 322 | 115 | 314 | 0 | 77 | 3 | 22 | 457 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11001100 | 0 | 111111 | 11 | 10010 | 100101111 | 111100 | 111000 |
Color Harmonies of #D24DCC
Complementary color
Monochromatic Colors of #D24DCC
Black with #D24DCC
Text Example
Text Example
White with #D24DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DCC; }
p { color: rgb(210,77,204); }
H1.HeaderClassName
{
color: #D24DCC;
}
.AnyTagClassName
{
color: #D24DCC;
}
</style>
background-color css
<style>
a { background-color: #D24DCC; }
a { background-color: rgb(210,77,204); }
div.DivClassName
{
background-color: #D24DCC;
}
.BgClassName
{
background-color: #D24DCC;
}
</style>
border-color css
<style>
span { border-color: #D24DCC; }
span { border-color: rgb(210,77,204); }
td.TdClassName
{
border-color: #D24DCC;
}
.TagClassName
{
border-color: #D24DCC;
}
</style>