Shades of Fuchsia #D22FB6
Tints of Fuchsia #D22FB6
RGB
CMYK
RGB Variations
Color information
#D22FB6 (or 0xD22FB6) is known color: Fuchsia. HEX triplet: D2, 2F and B6. RGB value is (210,47,182). Sum of RGB (Red+Green+Blue) = 210+47+182=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FB6 is #2DD049. Grayscale: #6E6E6E. Windows color (decimal): -3002442 or 11939794. OLE color: 11939794.
HSL color Cylindrical-coordinate representation of color #D22FB6: hue angle of 310.31º degrees, saturation: 0.64, 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 #D22FB6 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 182 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.18 |
| HSL | 310.31º | 0.64% | 0.5% | - |
| HSV(B) | 310.31º | 0.78% | 0.82% | - |
| XYZ | 36.04 | 19.11 | 46.05 | - |
| YUV | 111.13 | 168 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 182 | 0 | 0.78 | 0.13 | 0.18 | 310.31 | 0.64 | 0.5 |
| Hex | D2 | 2F | B6 | 0 | 4E | D | 12 | 136 | 40 | 32 |
| Octal | 322 | 57 | 266 | 0 | 116 | 15 | 22 | 466 | 100 | 62 |
| Binary | 11010010 | 101111 | 10110110 | 0 | 1001110 | 1101 | 10010 | 100110110 | 1000000 | 110010 |
Color Harmonies of #D22FB6
Complementary color
Monochromatic Colors of #D22FB6
Black with #D22FB6
Text Example
Text Example
White with #D22FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FB6; }
p { color: rgb(210,47,182); }
H1.HeaderClassName
{
color: #D22FB6;
}
.AnyTagClassName
{
color: #D22FB6;
}
</style>
background-color css
<style>
a { background-color: #D22FB6; }
a { background-color: rgb(210,47,182); }
div.DivClassName
{
background-color: #D22FB6;
}
.BgClassName
{
background-color: #D22FB6;
}
</style>
border-color css
<style>
span { border-color: #D22FB6; }
span { border-color: rgb(210,47,182); }
td.TdClassName
{
border-color: #D22FB6;
}
.TagClassName
{
border-color: #D22FB6;
}
</style>