Shades of Fuchsia #D24FB9
Tints of Fuchsia #D24FB9
RGB
CMYK
RGB Variations
Color information
#D24FB9 (or 0xD24FB9) is known color: Fuchsia. HEX triplet: D2, 4F and B9. RGB value is (210,79,185). Sum of RGB (Red+Green+Blue) = 210+79+185=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FB9 is #2DB046. Grayscale: #818181. Windows color (decimal): -2994247 or 12144594. OLE color: 12144594.
HSL color Cylindrical-coordinate representation of color #D24FB9: hue angle of 311.45º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24FB9 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 185 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.18 |
| HSL | 311.45º | 0.59% | 0.57% | - |
| HSV(B) | 311.45º | 0.62% | 0.82% | - |
| XYZ | 38.13 | 22.8 | 48.29 | - |
| YUV | 130.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 185 | 0 | 0.62 | 0.12 | 0.18 | 311.45 | 0.59 | 0.57 |
| Hex | D2 | 4F | B9 | 0 | 3E | C | 12 | 137 | 3B | 39 |
| Octal | 322 | 117 | 271 | 0 | 76 | 14 | 22 | 467 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10111001 | 0 | 111110 | 1100 | 10010 | 100110111 | 111011 | 111001 |
Color Harmonies of #D24FB9
Complementary color
Monochromatic Colors of #D24FB9
Black with #D24FB9
Text Example
Text Example
White with #D24FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FB9; }
p { color: rgb(210,79,185); }
H1.HeaderClassName
{
color: #D24FB9;
}
.AnyTagClassName
{
color: #D24FB9;
}
</style>
background-color css
<style>
a { background-color: #D24FB9; }
a { background-color: rgb(210,79,185); }
div.DivClassName
{
background-color: #D24FB9;
}
.BgClassName
{
background-color: #D24FB9;
}
</style>
border-color css
<style>
span { border-color: #D24FB9; }
span { border-color: rgb(210,79,185); }
td.TdClassName
{
border-color: #D24FB9;
}
.TagClassName
{
border-color: #D24FB9;
}
</style>