Shades of Fuchsia #D24FC1
Tints of Fuchsia #D24FC1
RGB
CMYK
RGB Variations
Color information
#D24FC1 (or 0xD24FC1) is known color: Fuchsia. HEX triplet: D2, 4F and C1. RGB value is (210,79,193). Sum of RGB (Red+Green+Blue) = 210+79+193=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FC1 is #2DB03E. Grayscale: #828282. Windows color (decimal): -2994239 or 12668882. OLE color: 12668882.
HSL color Cylindrical-coordinate representation of color #D24FC1: hue angle of 307.79º 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 #D24FC1 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 193 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.18 |
| HSL | 307.79º | 0.59% | 0.57% | - |
| HSV(B) | 307.79º | 0.62% | 0.82% | - |
| XYZ | 39 | 23.14 | 52.86 | - |
| YUV | 131.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 193 | 0 | 0.62 | 0.08 | 0.18 | 307.79 | 0.59 | 0.57 |
| Hex | D2 | 4F | C1 | 0 | 3E | 8 | 12 | 134 | 3B | 39 |
| Octal | 322 | 117 | 301 | 0 | 76 | 10 | 22 | 464 | 73 | 71 |
| Binary | 11010010 | 1001111 | 11000001 | 0 | 111110 | 1000 | 10010 | 100110100 | 111011 | 111001 |
Color Harmonies of #D24FC1
Complementary color
Monochromatic Colors of #D24FC1
Black with #D24FC1
Text Example
Text Example
White with #D24FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FC1; }
p { color: rgb(210,79,193); }
H1.HeaderClassName
{
color: #D24FC1;
}
.AnyTagClassName
{
color: #D24FC1;
}
</style>
background-color css
<style>
a { background-color: #D24FC1; }
a { background-color: rgb(210,79,193); }
div.DivClassName
{
background-color: #D24FC1;
}
.BgClassName
{
background-color: #D24FC1;
}
</style>
border-color css
<style>
span { border-color: #D24FC1; }
span { border-color: rgb(210,79,193); }
td.TdClassName
{
border-color: #D24FC1;
}
.TagClassName
{
border-color: #D24FC1;
}
</style>