Shades of Fuchsia #D24BCC
Tints of Fuchsia #D24BCC
RGB
CMYK
RGB Variations
Color information
#D24BCC (or 0xD24BCC) is known color: Fuchsia. HEX triplet: D2, 4B and CC. RGB value is (210,75,204). Sum of RGB (Red+Green+Blue) = 210+75+204=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BCC is #2DB433. Grayscale: #818181. Windows color (decimal): -2995252 or 13388754. OLE color: 13388754.
HSL color Cylindrical-coordinate representation of color #D24BCC: hue angle of 302.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24BCC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 204 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.18 |
| HSL | 302.67º | 0.6% | 0.56% | - |
| HSV(B) | 302.67º | 0.64% | 0.82% | - |
| XYZ | 39.99 | 23.09 | 59.48 | - |
| YUV | 130.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 204 | 0 | 0.64 | 0.03 | 0.18 | 302.67 | 0.6 | 0.56 |
| Hex | D2 | 4B | CC | 0 | 40 | 3 | 12 | 12F | 3C | 38 |
| Octal | 322 | 113 | 314 | 0 | 100 | 3 | 22 | 457 | 74 | 70 |
| Binary | 11010010 | 1001011 | 11001100 | 0 | 1000000 | 11 | 10010 | 100101111 | 111100 | 111000 |
Color Harmonies of #D24BCC
Complementary color
Monochromatic Colors of #D24BCC
Black with #D24BCC
Text Example
Text Example
White with #D24BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BCC; }
p { color: rgb(210,75,204); }
H1.HeaderClassName
{
color: #D24BCC;
}
.AnyTagClassName
{
color: #D24BCC;
}
</style>
background-color css
<style>
a { background-color: #D24BCC; }
a { background-color: rgb(210,75,204); }
div.DivClassName
{
background-color: #D24BCC;
}
.BgClassName
{
background-color: #D24BCC;
}
</style>
border-color css
<style>
span { border-color: #D24BCC; }
span { border-color: rgb(210,75,204); }
td.TdClassName
{
border-color: #D24BCC;
}
.TagClassName
{
border-color: #D24BCC;
}
</style>