Shades of Fuchsia #D24FB4
Tints of Fuchsia #D24FB4
RGB
CMYK
RGB Variations
Color information
#D24FB4 (or 0xD24FB4) is known color: Fuchsia. HEX triplet: D2, 4F and B4. RGB value is (210,79,180). Sum of RGB (Red+Green+Blue) = 210+79+180=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FB4 is #2DB04B. Grayscale: #818181. Windows color (decimal): -2994252 or 11816914. OLE color: 11816914.
HSL color Cylindrical-coordinate representation of color #D24FB4: hue angle of 313.74º 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 #D24FB4 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 180 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.18 |
| HSL | 313.74º | 0.59% | 0.57% | - |
| HSV(B) | 313.74º | 0.62% | 0.82% | - |
| XYZ | 37.61 | 22.59 | 45.56 | - |
| YUV | 129.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 180 | 0 | 0.62 | 0.14 | 0.18 | 313.74 | 0.59 | 0.57 |
| Hex | D2 | 4F | B4 | 0 | 3E | E | 12 | 13A | 3B | 39 |
| Octal | 322 | 117 | 264 | 0 | 76 | 16 | 22 | 472 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10110100 | 0 | 111110 | 1110 | 10010 | 100111010 | 111011 | 111001 |
Color Harmonies of #D24FB4
Complementary color
Monochromatic Colors of #D24FB4
Black with #D24FB4
Text Example
Text Example
White with #D24FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FB4; }
p { color: rgb(210,79,180); }
H1.HeaderClassName
{
color: #D24FB4;
}
.AnyTagClassName
{
color: #D24FB4;
}
</style>
background-color css
<style>
a { background-color: #D24FB4; }
a { background-color: rgb(210,79,180); }
div.DivClassName
{
background-color: #D24FB4;
}
.BgClassName
{
background-color: #D24FB4;
}
</style>
border-color css
<style>
span { border-color: #D24FB4; }
span { border-color: rgb(210,79,180); }
td.TdClassName
{
border-color: #D24FB4;
}
.TagClassName
{
border-color: #D24FB4;
}
</style>