Shades of Fuchsia #D22DC7
Tints of Fuchsia #D22DC7
RGB
CMYK
RGB Variations
Color information
#D22DC7 (or 0xD22DC7) is known color: Fuchsia. HEX triplet: D2, 2D and C7. RGB value is (210,45,199). Sum of RGB (Red+Green+Blue) = 210+45+199=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DC7 is #2DD238. Grayscale: #6F6F6F. Windows color (decimal): -3002937 or 13053394. OLE color: 13053394.
HSL color Cylindrical-coordinate representation of color #D22DC7: hue angle of 304º 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 #D22DC7 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 199 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.18 |
| HSL | 304º | 0.65% | 0.5% | - |
| HSV(B) | 304º | 0.79% | 0.82% | - |
| XYZ | 37.83 | 19.7 | 55.84 | - |
| YUV | 111.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 199 | 0 | 0.79 | 0.05 | 0.18 | 304 | 0.65 | 0.5 |
| Hex | D2 | 2D | C7 | 0 | 4F | 5 | 12 | 130 | 41 | 32 |
| Octal | 322 | 55 | 307 | 0 | 117 | 5 | 22 | 460 | 101 | 62 |
| Binary | 11010010 | 101101 | 11000111 | 0 | 1001111 | 101 | 10010 | 100110000 | 1000001 | 110010 |
Color Harmonies of #D22DC7
Complementary color
Monochromatic Colors of #D22DC7
Black with #D22DC7
Text Example
Text Example
White with #D22DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DC7; }
p { color: rgb(210,45,199); }
H1.HeaderClassName
{
color: #D22DC7;
}
.AnyTagClassName
{
color: #D22DC7;
}
</style>
background-color css
<style>
a { background-color: #D22DC7; }
a { background-color: rgb(210,45,199); }
div.DivClassName
{
background-color: #D22DC7;
}
.BgClassName
{
background-color: #D22DC7;
}
</style>
border-color css
<style>
span { border-color: #D22DC7; }
span { border-color: rgb(210,45,199); }
td.TdClassName
{
border-color: #D22DC7;
}
.TagClassName
{
border-color: #D22DC7;
}
</style>