Shades of Fuchsia #D24EC3
Tints of Fuchsia #D24EC3
RGB
CMYK
RGB Variations
Color information
#D24EC3 (or 0xD24EC3) is known color: Fuchsia. HEX triplet: D2, 4E and C3. RGB value is (210,78,195). Sum of RGB (Red+Green+Blue) = 210+78+195=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EC3 is #2DB13C. Grayscale: #828282. Windows color (decimal): -2994493 or 12799698. OLE color: 12799698.
HSL color Cylindrical-coordinate representation of color #D24EC3: hue angle of 306.82º degrees, saturation: 0.59, 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 #D24EC3 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 195 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.18 |
| HSL | 306.82º | 0.59% | 0.56% | - |
| HSV(B) | 306.82º | 0.63% | 0.82% | - |
| XYZ | 39.15 | 23.09 | 54.02 | - |
| YUV | 130.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 195 | 0 | 0.63 | 0.07 | 0.18 | 306.82 | 0.59 | 0.56 |
| Hex | D2 | 4E | C3 | 0 | 3F | 7 | 12 | 133 | 3B | 38 |
| Octal | 322 | 116 | 303 | 0 | 77 | 7 | 22 | 463 | 73 | 70 |
| Binary | 11010010 | 1001110 | 11000011 | 0 | 111111 | 111 | 10010 | 100110011 | 111011 | 111000 |
Color Harmonies of #D24EC3
Complementary color
Monochromatic Colors of #D24EC3
Black with #D24EC3
Text Example
Text Example
White with #D24EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EC3; }
p { color: rgb(210,78,195); }
H1.HeaderClassName
{
color: #D24EC3;
}
.AnyTagClassName
{
color: #D24EC3;
}
</style>
background-color css
<style>
a { background-color: #D24EC3; }
a { background-color: rgb(210,78,195); }
div.DivClassName
{
background-color: #D24EC3;
}
.BgClassName
{
background-color: #D24EC3;
}
</style>
border-color css
<style>
span { border-color: #D24EC3; }
span { border-color: rgb(210,78,195); }
td.TdClassName
{
border-color: #D24EC3;
}
.TagClassName
{
border-color: #D24EC3;
}
</style>