Shades of Fuchsia #D24ECB
Tints of Fuchsia #D24ECB
RGB
CMYK
RGB Variations
Color information
#D24ECB (or 0xD24ECB) is known color: Fuchsia. HEX triplet: D2, 4E and CB. RGB value is (210,78,203). Sum of RGB (Red+Green+Blue) = 210+78+203=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24ECB is #2DB134. Grayscale: #838383. Windows color (decimal): -2994485 or 13323986. OLE color: 13323986.
HSL color Cylindrical-coordinate representation of color #D24ECB: hue angle of 303.18º 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 #D24ECB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 203 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.18 |
| HSL | 303.18º | 0.59% | 0.56% | - |
| HSV(B) | 303.18º | 0.63% | 0.82% | - |
| XYZ | 40.08 | 23.46 | 58.92 | - |
| YUV | 131.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 203 | 0 | 0.63 | 0.03 | 0.18 | 303.18 | 0.59 | 0.56 |
| Hex | D2 | 4E | CB | 0 | 3F | 3 | 12 | 12F | 3B | 38 |
| Octal | 322 | 116 | 313 | 0 | 77 | 3 | 22 | 457 | 73 | 70 |
| Binary | 11010010 | 1001110 | 11001011 | 0 | 111111 | 11 | 10010 | 100101111 | 111011 | 111000 |
Color Harmonies of #D24ECB
Complementary color
Monochromatic Colors of #D24ECB
Black with #D24ECB
Text Example
Text Example
White with #D24ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ECB; }
p { color: rgb(210,78,203); }
H1.HeaderClassName
{
color: #D24ECB;
}
.AnyTagClassName
{
color: #D24ECB;
}
</style>
background-color css
<style>
a { background-color: #D24ECB; }
a { background-color: rgb(210,78,203); }
div.DivClassName
{
background-color: #D24ECB;
}
.BgClassName
{
background-color: #D24ECB;
}
</style>
border-color css
<style>
span { border-color: #D24ECB; }
span { border-color: rgb(210,78,203); }
td.TdClassName
{
border-color: #D24ECB;
}
.TagClassName
{
border-color: #D24ECB;
}
</style>