Shades of Fuchsia #D24DC3
Tints of Fuchsia #D24DC3
RGB
CMYK
RGB Variations
Color information
#D24DC3 (or 0xD24DC3) is known color: Fuchsia. HEX triplet: D2, 4D and C3. RGB value is (210,77,195). Sum of RGB (Red+Green+Blue) = 210+77+195=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC3 is #2DB23C. Grayscale: #818181. Windows color (decimal): -2994749 or 12799442. OLE color: 12799442.
HSL color Cylindrical-coordinate representation of color #D24DC3: hue angle of 306.77º 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 #D24DC3 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 195 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.18 |
| HSL | 306.77º | 0.6% | 0.56% | - |
| HSV(B) | 306.77º | 0.63% | 0.82% | - |
| XYZ | 39.08 | 22.95 | 54 | - |
| YUV | 130.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 195 | 0 | 0.63 | 0.07 | 0.18 | 306.77 | 0.6 | 0.56 |
| Hex | D2 | 4D | C3 | 0 | 3F | 7 | 12 | 133 | 3C | 38 |
| Octal | 322 | 115 | 303 | 0 | 77 | 7 | 22 | 463 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11000011 | 0 | 111111 | 111 | 10010 | 100110011 | 111100 | 111000 |
Color Harmonies of #D24DC3
Complementary color
Monochromatic Colors of #D24DC3
Black with #D24DC3
Text Example
Text Example
White with #D24DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DC3; }
p { color: rgb(210,77,195); }
H1.HeaderClassName
{
color: #D24DC3;
}
.AnyTagClassName
{
color: #D24DC3;
}
</style>
background-color css
<style>
a { background-color: #D24DC3; }
a { background-color: rgb(210,77,195); }
div.DivClassName
{
background-color: #D24DC3;
}
.BgClassName
{
background-color: #D24DC3;
}
</style>
border-color css
<style>
span { border-color: #D24DC3; }
span { border-color: rgb(210,77,195); }
td.TdClassName
{
border-color: #D24DC3;
}
.TagClassName
{
border-color: #D24DC3;
}
</style>