Shades of Fuchsia #D24EBF
Tints of Fuchsia #D24EBF
RGB
CMYK
RGB Variations
Color information
#D24EBF (or 0xD24EBF) is known color: Fuchsia. HEX triplet: D2, 4E and BF. RGB value is (210,78,191). Sum of RGB (Red+Green+Blue) = 210+78+191=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EBF is #2DB140. Grayscale: #828282. Windows color (decimal): -2994497 or 12537554. OLE color: 12537554.
HSL color Cylindrical-coordinate representation of color #D24EBF: hue angle of 308.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 #D24EBF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 191 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.18 |
| HSL | 308.64º | 0.59% | 0.56% | - |
| HSV(B) | 308.64º | 0.63% | 0.82% | - |
| XYZ | 38.71 | 22.91 | 51.67 | - |
| YUV | 130.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 191 | 0 | 0.63 | 0.09 | 0.18 | 308.64 | 0.59 | 0.56 |
| Hex | D2 | 4E | BF | 0 | 3F | 9 | 12 | 135 | 3B | 38 |
| Octal | 322 | 116 | 277 | 0 | 77 | 11 | 22 | 465 | 73 | 70 |
| Binary | 11010010 | 1001110 | 10111111 | 0 | 111111 | 1001 | 10010 | 100110101 | 111011 | 111000 |
Color Harmonies of #D24EBF
Complementary color
Monochromatic Colors of #D24EBF
Black with #D24EBF
Text Example
Text Example
White with #D24EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EBF; }
p { color: rgb(210,78,191); }
H1.HeaderClassName
{
color: #D24EBF;
}
.AnyTagClassName
{
color: #D24EBF;
}
</style>
background-color css
<style>
a { background-color: #D24EBF; }
a { background-color: rgb(210,78,191); }
div.DivClassName
{
background-color: #D24EBF;
}
.BgClassName
{
background-color: #D24EBF;
}
</style>
border-color css
<style>
span { border-color: #D24EBF; }
span { border-color: rgb(210,78,191); }
td.TdClassName
{
border-color: #D24EBF;
}
.TagClassName
{
border-color: #D24EBF;
}
</style>