Shades of Fuchsia #D24DC0
Tints of Fuchsia #D24DC0
RGB
CMYK
RGB Variations
Color information
#D24DC0 (or 0xD24DC0) is known color: Fuchsia. HEX triplet: D2, 4D and C0. RGB value is (210,77,192). Sum of RGB (Red+Green+Blue) = 210+77+192=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC0 is #2DB23F. Grayscale: #818181. Windows color (decimal): -2994752 or 12602834. OLE color: 12602834.
HSL color Cylindrical-coordinate representation of color #D24DC0: hue angle of 308.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DC0 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 192 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.18 |
| HSL | 308.12º | 0.6% | 0.56% | - |
| HSV(B) | 308.12º | 0.63% | 0.82% | - |
| XYZ | 38.75 | 22.82 | 52.23 | - |
| YUV | 129.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 192 | 0 | 0.63 | 0.09 | 0.18 | 308.12 | 0.6 | 0.56 |
| Hex | D2 | 4D | C0 | 0 | 3F | 9 | 12 | 134 | 3C | 38 |
| Octal | 322 | 115 | 300 | 0 | 77 | 11 | 22 | 464 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11000000 | 0 | 111111 | 1001 | 10010 | 100110100 | 111100 | 111000 |
Color Harmonies of #D24DC0
Complementary color
Monochromatic Colors of #D24DC0
Black with #D24DC0
Text Example
Text Example
White with #D24DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DC0; }
p { color: rgb(210,77,192); }
H1.HeaderClassName
{
color: #D24DC0;
}
.AnyTagClassName
{
color: #D24DC0;
}
</style>
background-color css
<style>
a { background-color: #D24DC0; }
a { background-color: rgb(210,77,192); }
div.DivClassName
{
background-color: #D24DC0;
}
.BgClassName
{
background-color: #D24DC0;
}
</style>
border-color css
<style>
span { border-color: #D24DC0; }
span { border-color: rgb(210,77,192); }
td.TdClassName
{
border-color: #D24DC0;
}
.TagClassName
{
border-color: #D24DC0;
}
</style>