Shades of Fuchsia #D22DCD
Tints of Fuchsia #D22DCD
RGB
CMYK
RGB Variations
Color information
#D22DCD (or 0xD22DCD) is known color: Fuchsia. HEX triplet: D2, 2D and CD. RGB value is (210,45,205). Sum of RGB (Red+Green+Blue) = 210+45+205=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DCD is #2DD232. Grayscale: #707070. Windows color (decimal): -3002931 or 13446610. OLE color: 13446610.
HSL color Cylindrical-coordinate representation of color #D22DCD: hue angle of 301.82º 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 #D22DCD is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 205 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.18 |
| HSL | 301.82º | 0.65% | 0.5% | - |
| HSV(B) | 301.82º | 0.79% | 0.82% | - |
| XYZ | 38.54 | 19.99 | 59.58 | - |
| YUV | 112.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 205 | 0 | 0.79 | 0.02 | 0.18 | 301.82 | 0.65 | 0.5 |
| Hex | D2 | 2D | CD | 0 | 4F | 2 | 12 | 12E | 41 | 32 |
| Octal | 322 | 55 | 315 | 0 | 117 | 2 | 22 | 456 | 101 | 62 |
| Binary | 11010010 | 101101 | 11001101 | 0 | 1001111 | 10 | 10010 | 100101110 | 1000001 | 110010 |
Color Harmonies of #D22DCD
Complementary color
Monochromatic Colors of #D22DCD
Black with #D22DCD
Text Example
Text Example
White with #D22DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DCD; }
p { color: rgb(210,45,205); }
H1.HeaderClassName
{
color: #D22DCD;
}
.AnyTagClassName
{
color: #D22DCD;
}
</style>
background-color css
<style>
a { background-color: #D22DCD; }
a { background-color: rgb(210,45,205); }
div.DivClassName
{
background-color: #D22DCD;
}
.BgClassName
{
background-color: #D22DCD;
}
</style>
border-color css
<style>
span { border-color: #D22DCD; }
span { border-color: rgb(210,45,205); }
td.TdClassName
{
border-color: #D22DCD;
}
.TagClassName
{
border-color: #D22DCD;
}
</style>