Shades of Fuchsia #D22ECF
Tints of Fuchsia #D22ECF
RGB
CMYK
RGB Variations
Color information
#D22ECF (or 0xD22ECF) is known color: Fuchsia. HEX triplet: D2, 2E and CF. RGB value is (210,46,207). Sum of RGB (Red+Green+Blue) = 210+46+207=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D22ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ECF is #2DD130. Grayscale: #707070. Windows color (decimal): -3002673 or 13577938. OLE color: 13577938.
HSL color Cylindrical-coordinate representation of color #D22ECF: hue angle of 301.1º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22ECF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 207 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.18 |
| HSL | 301.1º | 0.65% | 0.5% | - |
| HSV(B) | 301.1º | 0.78% | 0.82% | - |
| XYZ | 38.82 | 20.16 | 60.88 | - |
| YUV | 113.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 207 | 0 | 0.78 | 0.01 | 0.18 | 301.1 | 0.65 | 0.5 |
| Hex | D2 | 2E | CF | 0 | 4E | 1 | 12 | 12D | 41 | 32 |
| Octal | 322 | 56 | 317 | 0 | 116 | 1 | 22 | 455 | 101 | 62 |
| Binary | 11010010 | 101110 | 11001111 | 0 | 1001110 | 1 | 10010 | 100101101 | 1000001 | 110010 |
Color Harmonies of #D22ECF
Complementary color
Monochromatic Colors of #D22ECF
Black with #D22ECF
Text Example
Text Example
White with #D22ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ECF; }
p { color: rgb(210,46,207); }
H1.HeaderClassName
{
color: #D22ECF;
}
.AnyTagClassName
{
color: #D22ECF;
}
</style>
background-color css
<style>
a { background-color: #D22ECF; }
a { background-color: rgb(210,46,207); }
div.DivClassName
{
background-color: #D22ECF;
}
.BgClassName
{
background-color: #D22ECF;
}
</style>
border-color css
<style>
span { border-color: #D22ECF; }
span { border-color: rgb(210,46,207); }
td.TdClassName
{
border-color: #D22ECF;
}
.TagClassName
{
border-color: #D22ECF;
}
</style>