Shades of Fuchsia #D24FC5
Tints of Fuchsia #D24FC5
RGB
CMYK
RGB Variations
Color information
#D24FC5 (or 0xD24FC5) is known color: Fuchsia. HEX triplet: D2, 4F and C5. RGB value is (210,79,197). Sum of RGB (Red+Green+Blue) = 210+79+197=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FC5 is #2DB03A. Grayscale: #838383. Windows color (decimal): -2994235 or 12931026. OLE color: 12931026.
HSL color Cylindrical-coordinate representation of color #D24FC5: hue angle of 305.95º 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 #D24FC5 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 197 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.18 |
| HSL | 305.95º | 0.59% | 0.57% | - |
| HSV(B) | 305.95º | 0.62% | 0.82% | - |
| XYZ | 39.45 | 23.32 | 55.25 | - |
| YUV | 131.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 197 | 0 | 0.62 | 0.06 | 0.18 | 305.95 | 0.59 | 0.57 |
| Hex | D2 | 4F | C5 | 0 | 3E | 6 | 12 | 132 | 3B | 39 |
| Octal | 322 | 117 | 305 | 0 | 76 | 6 | 22 | 462 | 73 | 71 |
| Binary | 11010010 | 1001111 | 11000101 | 0 | 111110 | 110 | 10010 | 100110010 | 111011 | 111001 |
Color Harmonies of #D24FC5
Complementary color
Monochromatic Colors of #D24FC5
Black with #D24FC5
Text Example
Text Example
White with #D24FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FC5; }
p { color: rgb(210,79,197); }
H1.HeaderClassName
{
color: #D24FC5;
}
.AnyTagClassName
{
color: #D24FC5;
}
</style>
background-color css
<style>
a { background-color: #D24FC5; }
a { background-color: rgb(210,79,197); }
div.DivClassName
{
background-color: #D24FC5;
}
.BgClassName
{
background-color: #D24FC5;
}
</style>
border-color css
<style>
span { border-color: #D24FC5; }
span { border-color: rgb(210,79,197); }
td.TdClassName
{
border-color: #D24FC5;
}
.TagClassName
{
border-color: #D24FC5;
}
</style>