Shades of Fuchsia #D22EC2
Tints of Fuchsia #D22EC2
RGB
CMYK
RGB Variations
Color information
#D22EC2 (or 0xD22EC2) is known color: Fuchsia. HEX triplet: D2, 2E and C2. RGB value is (210,46,194). Sum of RGB (Red+Green+Blue) = 210+46+194=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D22EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EC2 is #2DD13D. Grayscale: #6F6F6F. Windows color (decimal): -3002686 or 12725970. OLE color: 12725970.
HSL color Cylindrical-coordinate representation of color #D22EC2: hue angle of 305.85º 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 #D22EC2 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 194 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.18 |
| HSL | 305.85º | 0.65% | 0.5% | - |
| HSV(B) | 305.85º | 0.78% | 0.82% | - |
| XYZ | 37.29 | 19.55 | 52.85 | - |
| YUV | 111.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 194 | 0 | 0.78 | 0.08 | 0.18 | 305.85 | 0.65 | 0.5 |
| Hex | D2 | 2E | C2 | 0 | 4E | 8 | 12 | 132 | 41 | 32 |
| Octal | 322 | 56 | 302 | 0 | 116 | 10 | 22 | 462 | 101 | 62 |
| Binary | 11010010 | 101110 | 11000010 | 0 | 1001110 | 1000 | 10010 | 100110010 | 1000001 | 110010 |
Color Harmonies of #D22EC2
Complementary color
Monochromatic Colors of #D22EC2
Black with #D22EC2
Text Example
Text Example
White with #D22EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EC2; }
p { color: rgb(210,46,194); }
H1.HeaderClassName
{
color: #D22EC2;
}
.AnyTagClassName
{
color: #D22EC2;
}
</style>
background-color css
<style>
a { background-color: #D22EC2; }
a { background-color: rgb(210,46,194); }
div.DivClassName
{
background-color: #D22EC2;
}
.BgClassName
{
background-color: #D22EC2;
}
</style>
border-color css
<style>
span { border-color: #D22EC2; }
span { border-color: rgb(210,46,194); }
td.TdClassName
{
border-color: #D22EC2;
}
.TagClassName
{
border-color: #D22EC2;
}
</style>