Shades of Fuchsia #D24DC4
Tints of Fuchsia #D24DC4
RGB
CMYK
RGB Variations
Color information
#D24DC4 (or 0xD24DC4) is known color: Fuchsia. HEX triplet: D2, 4D and C4. RGB value is (210,77,196). Sum of RGB (Red+Green+Blue) = 210+77+196=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC4 is #2DB23B. Grayscale: #818181. Windows color (decimal): -2994748 or 12864978. OLE color: 12864978.
HSL color Cylindrical-coordinate representation of color #D24DC4: hue angle of 306.32º 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 #D24DC4 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 196 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.18 |
| HSL | 306.32º | 0.6% | 0.56% | - |
| HSV(B) | 306.32º | 0.63% | 0.82% | - |
| XYZ | 39.2 | 22.99 | 54.6 | - |
| YUV | 130.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 196 | 0 | 0.63 | 0.07 | 0.18 | 306.32 | 0.6 | 0.56 |
| Hex | D2 | 4D | C4 | 0 | 3F | 7 | 12 | 132 | 3C | 38 |
| Octal | 322 | 115 | 304 | 0 | 77 | 7 | 22 | 462 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11000100 | 0 | 111111 | 111 | 10010 | 100110010 | 111100 | 111000 |
Color Harmonies of #D24DC4
Complementary color
Monochromatic Colors of #D24DC4
Black with #D24DC4
Text Example
Text Example
White with #D24DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DC4; }
p { color: rgb(210,77,196); }
H1.HeaderClassName
{
color: #D24DC4;
}
.AnyTagClassName
{
color: #D24DC4;
}
</style>
background-color css
<style>
a { background-color: #D24DC4; }
a { background-color: rgb(210,77,196); }
div.DivClassName
{
background-color: #D24DC4;
}
.BgClassName
{
background-color: #D24DC4;
}
</style>
border-color css
<style>
span { border-color: #D24DC4; }
span { border-color: rgb(210,77,196); }
td.TdClassName
{
border-color: #D24DC4;
}
.TagClassName
{
border-color: #D24DC4;
}
</style>