Shades of Fuchsia #D22DB3
Tints of Fuchsia #D22DB3
RGB
CMYK
RGB Variations
Color information
#D22DB3 (or 0xD22DB3) is known color: Fuchsia. HEX triplet: D2, 2D and B3. RGB value is (210,45,179). Sum of RGB (Red+Green+Blue) = 210+45+179=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DB3 is #2DD24C. Grayscale: #6D6D6D. Windows color (decimal): -3002957 or 11742674. OLE color: 11742674.
HSL color Cylindrical-coordinate representation of color #D22DB3: hue angle of 311.27º 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 #D22DB3 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 179 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.18 |
| HSL | 311.27º | 0.65% | 0.5% | - |
| HSV(B) | 311.27º | 0.79% | 0.82% | - |
| XYZ | 35.65 | 18.83 | 44.4 | - |
| YUV | 109.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 179 | 0 | 0.79 | 0.15 | 0.18 | 311.27 | 0.65 | 0.5 |
| Hex | D2 | 2D | B3 | 0 | 4F | F | 12 | 137 | 41 | 32 |
| Octal | 322 | 55 | 263 | 0 | 117 | 17 | 22 | 467 | 101 | 62 |
| Binary | 11010010 | 101101 | 10110011 | 0 | 1001111 | 1111 | 10010 | 100110111 | 1000001 | 110010 |
Color Harmonies of #D22DB3
Complementary color
Monochromatic Colors of #D22DB3
Black with #D22DB3
Text Example
Text Example
White with #D22DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DB3; }
p { color: rgb(210,45,179); }
H1.HeaderClassName
{
color: #D22DB3;
}
.AnyTagClassName
{
color: #D22DB3;
}
</style>
background-color css
<style>
a { background-color: #D22DB3; }
a { background-color: rgb(210,45,179); }
div.DivClassName
{
background-color: #D22DB3;
}
.BgClassName
{
background-color: #D22DB3;
}
</style>
border-color css
<style>
span { border-color: #D22DB3; }
span { border-color: rgb(210,45,179); }
td.TdClassName
{
border-color: #D22DB3;
}
.TagClassName
{
border-color: #D22DB3;
}
</style>