Shades of Fuchsia #D24ECE
Tints of Fuchsia #D24ECE
RGB
CMYK
RGB Variations
Color information
#D24ECE (or 0xD24ECE) is known color: Fuchsia. HEX triplet: D2, 4E and CE. RGB value is (210,78,206). Sum of RGB (Red+Green+Blue) = 210+78+206=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24ECE is #2DB131. Grayscale: #838383. Windows color (decimal): -2994482 or 13520594. OLE color: 13520594.
HSL color Cylindrical-coordinate representation of color #D24ECE: hue angle of 301.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 #D24ECE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 206 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.18 |
| HSL | 301.82º | 0.59% | 0.56% | - |
| HSV(B) | 301.82º | 0.63% | 0.82% | - |
| XYZ | 40.44 | 23.61 | 60.82 | - |
| YUV | 132.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 206 | 0 | 0.63 | 0.02 | 0.18 | 301.82 | 0.59 | 0.56 |
| Hex | D2 | 4E | CE | 0 | 3F | 2 | 12 | 12E | 3B | 38 |
| Octal | 322 | 116 | 316 | 0 | 77 | 2 | 22 | 456 | 73 | 70 |
| Binary | 11010010 | 1001110 | 11001110 | 0 | 111111 | 10 | 10010 | 100101110 | 111011 | 111000 |
Color Harmonies of #D24ECE
Complementary color
Monochromatic Colors of #D24ECE
Black with #D24ECE
Text Example
Text Example
White with #D24ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ECE; }
p { color: rgb(210,78,206); }
H1.HeaderClassName
{
color: #D24ECE;
}
.AnyTagClassName
{
color: #D24ECE;
}
</style>
background-color css
<style>
a { background-color: #D24ECE; }
a { background-color: rgb(210,78,206); }
div.DivClassName
{
background-color: #D24ECE;
}
.BgClassName
{
background-color: #D24ECE;
}
</style>
border-color css
<style>
span { border-color: #D24ECE; }
span { border-color: rgb(210,78,206); }
td.TdClassName
{
border-color: #D24ECE;
}
.TagClassName
{
border-color: #D24ECE;
}
</style>