Shades of Fuchsia #D24EC6
Tints of Fuchsia #D24EC6
RGB
CMYK
RGB Variations
Color information
#D24EC6 (or 0xD24EC6) is known color: Fuchsia. HEX triplet: D2, 4E and C6. RGB value is (210,78,198). Sum of RGB (Red+Green+Blue) = 210+78+198=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EC6 is #2DB139. Grayscale: #828282. Windows color (decimal): -2994490 or 12996306. OLE color: 12996306.
HSL color Cylindrical-coordinate representation of color #D24EC6: hue angle of 305.45º 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 #D24EC6 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 198 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.18 |
| HSL | 305.45º | 0.59% | 0.56% | - |
| HSV(B) | 305.45º | 0.63% | 0.82% | - |
| XYZ | 39.5 | 23.23 | 55.83 | - |
| YUV | 131.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 198 | 0 | 0.63 | 0.06 | 0.18 | 305.45 | 0.59 | 0.56 |
| Hex | D2 | 4E | C6 | 0 | 3F | 6 | 12 | 131 | 3B | 38 |
| Octal | 322 | 116 | 306 | 0 | 77 | 6 | 22 | 461 | 73 | 70 |
| Binary | 11010010 | 1001110 | 11000110 | 0 | 111111 | 110 | 10010 | 100110001 | 111011 | 111000 |
Color Harmonies of #D24EC6
Complementary color
Monochromatic Colors of #D24EC6
Black with #D24EC6
Text Example
Text Example
White with #D24EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EC6; }
p { color: rgb(210,78,198); }
H1.HeaderClassName
{
color: #D24EC6;
}
.AnyTagClassName
{
color: #D24EC6;
}
</style>
background-color css
<style>
a { background-color: #D24EC6; }
a { background-color: rgb(210,78,198); }
div.DivClassName
{
background-color: #D24EC6;
}
.BgClassName
{
background-color: #D24EC6;
}
</style>
border-color css
<style>
span { border-color: #D24EC6; }
span { border-color: rgb(210,78,198); }
td.TdClassName
{
border-color: #D24EC6;
}
.TagClassName
{
border-color: #D24EC6;
}
</style>