Shades of Fuchsia #D22DC1
Tints of Fuchsia #D22DC1
RGB
CMYK
RGB Variations
Color information
#D22DC1 (or 0xD22DC1) is known color: Fuchsia. HEX triplet: D2, 2D and C1. RGB value is (210,45,193). Sum of RGB (Red+Green+Blue) = 210+45+193=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DC1 is #2DD23E. Grayscale: #6E6E6E. Windows color (decimal): -3002943 or 12660178. OLE color: 12660178.
HSL color Cylindrical-coordinate representation of color #D22DC1: hue angle of 306.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22DC1 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 193 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.18 |
| HSL | 306.18º | 0.65% | 0.5% | - |
| HSV(B) | 306.18º | 0.79% | 0.82% | - |
| XYZ | 37.14 | 19.43 | 52.24 | - |
| YUV | 111.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 193 | 0 | 0.79 | 0.08 | 0.18 | 306.18 | 0.65 | 0.5 |
| Hex | D2 | 2D | C1 | 0 | 4F | 8 | 12 | 132 | 41 | 32 |
| Octal | 322 | 55 | 301 | 0 | 117 | 10 | 22 | 462 | 101 | 62 |
| Binary | 11010010 | 101101 | 11000001 | 0 | 1001111 | 1000 | 10010 | 100110010 | 1000001 | 110010 |
Color Harmonies of #D22DC1
Complementary color
Monochromatic Colors of #D22DC1
Black with #D22DC1
Text Example
Text Example
White with #D22DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DC1; }
p { color: rgb(210,45,193); }
H1.HeaderClassName
{
color: #D22DC1;
}
.AnyTagClassName
{
color: #D22DC1;
}
</style>
background-color css
<style>
a { background-color: #D22DC1; }
a { background-color: rgb(210,45,193); }
div.DivClassName
{
background-color: #D22DC1;
}
.BgClassName
{
background-color: #D22DC1;
}
</style>
border-color css
<style>
span { border-color: #D22DC1; }
span { border-color: rgb(210,45,193); }
td.TdClassName
{
border-color: #D22DC1;
}
.TagClassName
{
border-color: #D22DC1;
}
</style>