Shades of Fuchsia #D22CBA
Tints of Fuchsia #D22CBA
RGB
CMYK
RGB Variations
Color information
#D22CBA (or 0xD22CBA) is known color: Fuchsia. HEX triplet: D2, 2C and BA. RGB value is (210,44,186). Sum of RGB (Red+Green+Blue) = 210+44+186=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CBA is #2DD345. Grayscale: #6D6D6D. Windows color (decimal): -3003206 or 12201170. OLE color: 12201170.
HSL color Cylindrical-coordinate representation of color #D22CBA: hue angle of 308.67º 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 #D22CBA is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 186 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.18 |
| HSL | 308.67º | 0.65% | 0.5% | - |
| HSV(B) | 308.67º | 0.79% | 0.82% | - |
| XYZ | 36.34 | 19.05 | 48.22 | - |
| YUV | 109.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 186 | 0 | 0.79 | 0.11 | 0.18 | 308.67 | 0.65 | 0.5 |
| Hex | D2 | 2C | BA | 0 | 4F | B | 12 | 135 | 41 | 32 |
| Octal | 322 | 54 | 272 | 0 | 117 | 13 | 22 | 465 | 101 | 62 |
| Binary | 11010010 | 101100 | 10111010 | 0 | 1001111 | 1011 | 10010 | 100110101 | 1000001 | 110010 |
Color Harmonies of #D22CBA
Complementary color
Monochromatic Colors of #D22CBA
Black with #D22CBA
Text Example
Text Example
White with #D22CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CBA; }
p { color: rgb(210,44,186); }
H1.HeaderClassName
{
color: #D22CBA;
}
.AnyTagClassName
{
color: #D22CBA;
}
</style>
background-color css
<style>
a { background-color: #D22CBA; }
a { background-color: rgb(210,44,186); }
div.DivClassName
{
background-color: #D22CBA;
}
.BgClassName
{
background-color: #D22CBA;
}
</style>
border-color css
<style>
span { border-color: #D22CBA; }
span { border-color: rgb(210,44,186); }
td.TdClassName
{
border-color: #D22CBA;
}
.TagClassName
{
border-color: #D22CBA;
}
</style>