Shades of Fuchsia #D22FBB
Tints of Fuchsia #D22FBB
RGB
CMYK
RGB Variations
Color information
#D22FBB (or 0xD22FBB) is known color: Fuchsia. HEX triplet: D2, 2F and BB. RGB value is (210,47,187). Sum of RGB (Red+Green+Blue) = 210+47+187=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FBB is #2DD044. Grayscale: #6F6F6F. Windows color (decimal): -3002437 or 12267474. OLE color: 12267474.
HSL color Cylindrical-coordinate representation of color #D22FBB: hue angle of 308.47º 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 #D22FBB is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 187 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.18 |
| HSL | 308.47º | 0.64% | 0.5% | - |
| HSV(B) | 308.47º | 0.78% | 0.82% | - |
| XYZ | 36.56 | 19.32 | 48.82 | - |
| YUV | 111.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 187 | 0 | 0.78 | 0.11 | 0.18 | 308.47 | 0.64 | 0.5 |
| Hex | D2 | 2F | BB | 0 | 4E | B | 12 | 134 | 40 | 32 |
| Octal | 322 | 57 | 273 | 0 | 116 | 13 | 22 | 464 | 100 | 62 |
| Binary | 11010010 | 101111 | 10111011 | 0 | 1001110 | 1011 | 10010 | 100110100 | 1000000 | 110010 |
Color Harmonies of #D22FBB
Complementary color
Monochromatic Colors of #D22FBB
Black with #D22FBB
Text Example
Text Example
White with #D22FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FBB; }
p { color: rgb(210,47,187); }
H1.HeaderClassName
{
color: #D22FBB;
}
.AnyTagClassName
{
color: #D22FBB;
}
</style>
background-color css
<style>
a { background-color: #D22FBB; }
a { background-color: rgb(210,47,187); }
div.DivClassName
{
background-color: #D22FBB;
}
.BgClassName
{
background-color: #D22FBB;
}
</style>
border-color css
<style>
span { border-color: #D22FBB; }
span { border-color: rgb(210,47,187); }
td.TdClassName
{
border-color: #D22FBB;
}
.TagClassName
{
border-color: #D22FBB;
}
</style>