Shades of Fuchsia #D22FC6
Tints of Fuchsia #D22FC6
RGB
CMYK
RGB Variations
Color information
#D22FC6 (or 0xD22FC6) is known color: Fuchsia. HEX triplet: D2, 2F and C6. RGB value is (210,47,198). Sum of RGB (Red+Green+Blue) = 210+47+198=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FC6 is #2DD039. Grayscale: #707070. Windows color (decimal): -3002426 or 12988370. OLE color: 12988370.
HSL color Cylindrical-coordinate representation of color #D22FC6: hue angle of 304.42º 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 #D22FC6 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 198 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.18 |
| HSL | 304.42º | 0.64% | 0.5% | - |
| HSV(B) | 304.42º | 0.78% | 0.82% | - |
| XYZ | 37.79 | 19.81 | 55.26 | - |
| YUV | 112.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 198 | 0 | 0.78 | 0.06 | 0.18 | 304.42 | 0.64 | 0.5 |
| Hex | D2 | 2F | C6 | 0 | 4E | 6 | 12 | 130 | 40 | 32 |
| Octal | 322 | 57 | 306 | 0 | 116 | 6 | 22 | 460 | 100 | 62 |
| Binary | 11010010 | 101111 | 11000110 | 0 | 1001110 | 110 | 10010 | 100110000 | 1000000 | 110010 |
Color Harmonies of #D22FC6
Complementary color
Monochromatic Colors of #D22FC6
Black with #D22FC6
Text Example
Text Example
White with #D22FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FC6; }
p { color: rgb(210,47,198); }
H1.HeaderClassName
{
color: #D22FC6;
}
.AnyTagClassName
{
color: #D22FC6;
}
</style>
background-color css
<style>
a { background-color: #D22FC6; }
a { background-color: rgb(210,47,198); }
div.DivClassName
{
background-color: #D22FC6;
}
.BgClassName
{
background-color: #D22FC6;
}
</style>
border-color css
<style>
span { border-color: #D22FC6; }
span { border-color: rgb(210,47,198); }
td.TdClassName
{
border-color: #D22FC6;
}
.TagClassName
{
border-color: #D22FC6;
}
</style>