Shades of Fuchsia #D24BCD
Tints of Fuchsia #D24BCD
RGB
CMYK
RGB Variations
Color information
#D24BCD (or 0xD24BCD) is known color: Fuchsia. HEX triplet: D2, 4B and CD. RGB value is (210,75,205). Sum of RGB (Red+Green+Blue) = 210+75+205=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BCD is #2DB432. Grayscale: #818181. Windows color (decimal): -2995251 or 13454290. OLE color: 13454290.
HSL color Cylindrical-coordinate representation of color #D24BCD: hue angle of 302.22º 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 #D24BCD is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 205 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.18 |
| HSL | 302.22º | 0.6% | 0.56% | - |
| HSV(B) | 302.22º | 0.64% | 0.82% | - |
| XYZ | 40.11 | 23.14 | 60.11 | - |
| YUV | 130.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 205 | 0 | 0.64 | 0.02 | 0.18 | 302.22 | 0.6 | 0.56 |
| Hex | D2 | 4B | CD | 0 | 40 | 2 | 12 | 12E | 3C | 38 |
| Octal | 322 | 113 | 315 | 0 | 100 | 2 | 22 | 456 | 74 | 70 |
| Binary | 11010010 | 1001011 | 11001101 | 0 | 1000000 | 10 | 10010 | 100101110 | 111100 | 111000 |
Color Harmonies of #D24BCD
Complementary color
Monochromatic Colors of #D24BCD
Black with #D24BCD
Text Example
Text Example
White with #D24BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BCD; }
p { color: rgb(210,75,205); }
H1.HeaderClassName
{
color: #D24BCD;
}
.AnyTagClassName
{
color: #D24BCD;
}
</style>
background-color css
<style>
a { background-color: #D24BCD; }
a { background-color: rgb(210,75,205); }
div.DivClassName
{
background-color: #D24BCD;
}
.BgClassName
{
background-color: #D24BCD;
}
</style>
border-color css
<style>
span { border-color: #D24BCD; }
span { border-color: rgb(210,75,205); }
td.TdClassName
{
border-color: #D24BCD;
}
.TagClassName
{
border-color: #D24BCD;
}
</style>