Shades of Fuchsia #D24DB0
Tints of Fuchsia #D24DB0
RGB
CMYK
RGB Variations
Color information
#D24DB0 (or 0xD24DB0) is known color: Fuchsia. HEX triplet: D2, 4D and B0. RGB value is (210,77,176). Sum of RGB (Red+Green+Blue) = 210+77+176=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DB0 is #2DB24F. Grayscale: #7F7F7F. Windows color (decimal): -2994768 or 11554258. OLE color: 11554258.
HSL color Cylindrical-coordinate representation of color #D24DB0: hue angle of 315.34º 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 #D24DB0 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 176 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.18 |
| HSL | 315.34º | 0.6% | 0.56% | - |
| HSV(B) | 315.34º | 0.63% | 0.82% | - |
| XYZ | 37.07 | 22.14 | 43.39 | - |
| YUV | 128.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 176 | 0 | 0.63 | 0.16 | 0.18 | 315.34 | 0.6 | 0.56 |
| Hex | D2 | 4D | B0 | 0 | 3F | 10 | 12 | 13B | 3C | 38 |
| Octal | 322 | 115 | 260 | 0 | 77 | 20 | 22 | 473 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10110000 | 0 | 111111 | 10000 | 10010 | 100111011 | 111100 | 111000 |
Color Harmonies of #D24DB0
Complementary color
Monochromatic Colors of #D24DB0
Black with #D24DB0
Text Example
Text Example
White with #D24DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DB0; }
p { color: rgb(210,77,176); }
H1.HeaderClassName
{
color: #D24DB0;
}
.AnyTagClassName
{
color: #D24DB0;
}
</style>
background-color css
<style>
a { background-color: #D24DB0; }
a { background-color: rgb(210,77,176); }
div.DivClassName
{
background-color: #D24DB0;
}
.BgClassName
{
background-color: #D24DB0;
}
</style>
border-color css
<style>
span { border-color: #D24DB0; }
span { border-color: rgb(210,77,176); }
td.TdClassName
{
border-color: #D24DB0;
}
.TagClassName
{
border-color: #D24DB0;
}
</style>