Shades of Fuchsia #D24FB6
Tints of Fuchsia #D24FB6
RGB
CMYK
RGB Variations
Color information
#D24FB6 (or 0xD24FB6) is known color: Fuchsia. HEX triplet: D2, 4F and B6. RGB value is (210,79,182). Sum of RGB (Red+Green+Blue) = 210+79+182=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FB6 is #2DB049. Grayscale: #818181. Windows color (decimal): -2994250 or 11947986. OLE color: 11947986.
HSL color Cylindrical-coordinate representation of color #D24FB6: hue angle of 312.82º 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 #D24FB6 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 182 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.18 |
| HSL | 312.82º | 0.59% | 0.57% | - |
| HSV(B) | 312.82º | 0.62% | 0.82% | - |
| XYZ | 37.82 | 22.67 | 46.64 | - |
| YUV | 129.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 182 | 0 | 0.62 | 0.13 | 0.18 | 312.82 | 0.59 | 0.57 |
| Hex | D2 | 4F | B6 | 0 | 3E | D | 12 | 139 | 3B | 39 |
| Octal | 322 | 117 | 266 | 0 | 76 | 15 | 22 | 471 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10110110 | 0 | 111110 | 1101 | 10010 | 100111001 | 111011 | 111001 |
Color Harmonies of #D24FB6
Complementary color
Monochromatic Colors of #D24FB6
Black with #D24FB6
Text Example
Text Example
White with #D24FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FB6; }
p { color: rgb(210,79,182); }
H1.HeaderClassName
{
color: #D24FB6;
}
.AnyTagClassName
{
color: #D24FB6;
}
</style>
background-color css
<style>
a { background-color: #D24FB6; }
a { background-color: rgb(210,79,182); }
div.DivClassName
{
background-color: #D24FB6;
}
.BgClassName
{
background-color: #D24FB6;
}
</style>
border-color css
<style>
span { border-color: #D24FB6; }
span { border-color: rgb(210,79,182); }
td.TdClassName
{
border-color: #D24FB6;
}
.TagClassName
{
border-color: #D24FB6;
}
</style>