Shades of Fuchsia #D24EB4
Tints of Fuchsia #D24EB4
RGB
CMYK
RGB Variations
Color information
#D24EB4 (or 0xD24EB4) is known color: Fuchsia. HEX triplet: D2, 4E and B4. RGB value is (210,78,180). Sum of RGB (Red+Green+Blue) = 210+78+180=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EB4 is #2DB14B. Grayscale: #808080. Windows color (decimal): -2994508 or 11816658. OLE color: 11816658.
HSL color Cylindrical-coordinate representation of color #D24EB4: hue angle of 313.64º 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 #D24EB4 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 180 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.18 |
| HSL | 313.64º | 0.59% | 0.56% | - |
| HSV(B) | 313.64º | 0.63% | 0.82% | - |
| XYZ | 37.54 | 22.45 | 45.53 | - |
| YUV | 129.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 180 | 0 | 0.63 | 0.14 | 0.18 | 313.64 | 0.59 | 0.56 |
| Hex | D2 | 4E | B4 | 0 | 3F | E | 12 | 13A | 3B | 38 |
| Octal | 322 | 116 | 264 | 0 | 77 | 16 | 22 | 472 | 73 | 70 |
| Binary | 11010010 | 1001110 | 10110100 | 0 | 111111 | 1110 | 10010 | 100111010 | 111011 | 111000 |
Color Harmonies of #D24EB4
Complementary color
Monochromatic Colors of #D24EB4
Black with #D24EB4
Text Example
Text Example
White with #D24EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EB4; }
p { color: rgb(210,78,180); }
H1.HeaderClassName
{
color: #D24EB4;
}
.AnyTagClassName
{
color: #D24EB4;
}
</style>
background-color css
<style>
a { background-color: #D24EB4; }
a { background-color: rgb(210,78,180); }
div.DivClassName
{
background-color: #D24EB4;
}
.BgClassName
{
background-color: #D24EB4;
}
</style>
border-color css
<style>
span { border-color: #D24EB4; }
span { border-color: rgb(210,78,180); }
td.TdClassName
{
border-color: #D24EB4;
}
.TagClassName
{
border-color: #D24EB4;
}
</style>