Shades of Fuchsia #D24FB8
Tints of Fuchsia #D24FB8
RGB
CMYK
RGB Variations
Color information
#D24FB8 (or 0xD24FB8) is known color: Fuchsia. HEX triplet: D2, 4F and B8. RGB value is (210,79,184). Sum of RGB (Red+Green+Blue) = 210+79+184=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FB8 is #2DB047. Grayscale: #818181. Windows color (decimal): -2994248 or 12079058. OLE color: 12079058.
HSL color Cylindrical-coordinate representation of color #D24FB8: hue angle of 311.91º 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 #D24FB8 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 184 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.18 |
| HSL | 311.91º | 0.59% | 0.57% | - |
| HSV(B) | 311.91º | 0.62% | 0.82% | - |
| XYZ | 38.03 | 22.75 | 47.74 | - |
| YUV | 130.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 184 | 0 | 0.62 | 0.12 | 0.18 | 311.91 | 0.59 | 0.57 |
| Hex | D2 | 4F | B8 | 0 | 3E | C | 12 | 138 | 3B | 39 |
| Octal | 322 | 117 | 270 | 0 | 76 | 14 | 22 | 470 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10111000 | 0 | 111110 | 1100 | 10010 | 100111000 | 111011 | 111001 |
Color Harmonies of #D24FB8
Complementary color
Monochromatic Colors of #D24FB8
Black with #D24FB8
Text Example
Text Example
White with #D24FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FB8; }
p { color: rgb(210,79,184); }
H1.HeaderClassName
{
color: #D24FB8;
}
.AnyTagClassName
{
color: #D24FB8;
}
</style>
background-color css
<style>
a { background-color: #D24FB8; }
a { background-color: rgb(210,79,184); }
div.DivClassName
{
background-color: #D24FB8;
}
.BgClassName
{
background-color: #D24FB8;
}
</style>
border-color css
<style>
span { border-color: #D24FB8; }
span { border-color: rgb(210,79,184); }
td.TdClassName
{
border-color: #D24FB8;
}
.TagClassName
{
border-color: #D24FB8;
}
</style>