Shades of Fuchsia #D24DCB
Tints of Fuchsia #D24DCB
RGB
CMYK
RGB Variations
Color information
#D24DCB (or 0xD24DCB) is known color: Fuchsia. HEX triplet: D2, 4D and CB. RGB value is (210,77,203). Sum of RGB (Red+Green+Blue) = 210+77+203=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DCB is #2DB234. Grayscale: #828282. Windows color (decimal): -2994741 or 13323730. OLE color: 13323730.
HSL color Cylindrical-coordinate representation of color #D24DCB: hue angle of 303.16º 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 #D24DCB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 203 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.18 |
| HSL | 303.16º | 0.6% | 0.56% | - |
| HSV(B) | 303.16º | 0.63% | 0.82% | - |
| XYZ | 40.01 | 23.32 | 58.89 | - |
| YUV | 131.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 203 | 0 | 0.63 | 0.03 | 0.18 | 303.16 | 0.6 | 0.56 |
| Hex | D2 | 4D | CB | 0 | 3F | 3 | 12 | 12F | 3C | 38 |
| Octal | 322 | 115 | 313 | 0 | 77 | 3 | 22 | 457 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11001011 | 0 | 111111 | 11 | 10010 | 100101111 | 111100 | 111000 |
Color Harmonies of #D24DCB
Complementary color
Monochromatic Colors of #D24DCB
Black with #D24DCB
Text Example
Text Example
White with #D24DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DCB; }
p { color: rgb(210,77,203); }
H1.HeaderClassName
{
color: #D24DCB;
}
.AnyTagClassName
{
color: #D24DCB;
}
</style>
background-color css
<style>
a { background-color: #D24DCB; }
a { background-color: rgb(210,77,203); }
div.DivClassName
{
background-color: #D24DCB;
}
.BgClassName
{
background-color: #D24DCB;
}
</style>
border-color css
<style>
span { border-color: #D24DCB; }
span { border-color: rgb(210,77,203); }
td.TdClassName
{
border-color: #D24DCB;
}
.TagClassName
{
border-color: #D24DCB;
}
</style>