Shades of Fuchsia #D22FBE
Tints of Fuchsia #D22FBE
RGB
CMYK
RGB Variations
Color information
#D22FBE (or 0xD22FBE) is known color: Fuchsia. HEX triplet: D2, 2F and BE. RGB value is (210,47,190). Sum of RGB (Red+Green+Blue) = 210+47+190=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FBE is #2DD041. Grayscale: #6F6F6F. Windows color (decimal): -3002434 or 12464082. OLE color: 12464082.
HSL color Cylindrical-coordinate representation of color #D22FBE: hue angle of 307.36º 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 #D22FBE is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 190 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.18 |
| HSL | 307.36º | 0.64% | 0.5% | - |
| HSV(B) | 307.36º | 0.78% | 0.82% | - |
| XYZ | 36.89 | 19.45 | 50.53 | - |
| YUV | 112.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 190 | 0 | 0.78 | 0.10 | 0.18 | 307.36 | 0.64 | 0.5 |
| Hex | D2 | 2F | BE | 0 | 4E | A | 12 | 133 | 40 | 32 |
| Octal | 322 | 57 | 276 | 0 | 116 | 12 | 22 | 463 | 100 | 62 |
| Binary | 11010010 | 101111 | 10111110 | 0 | 1001110 | 1010 | 10010 | 100110011 | 1000000 | 110010 |
Color Harmonies of #D22FBE
Complementary color
Monochromatic Colors of #D22FBE
Black with #D22FBE
Text Example
Text Example
White with #D22FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FBE; }
p { color: rgb(210,47,190); }
H1.HeaderClassName
{
color: #D22FBE;
}
.AnyTagClassName
{
color: #D22FBE;
}
</style>
background-color css
<style>
a { background-color: #D22FBE; }
a { background-color: rgb(210,47,190); }
div.DivClassName
{
background-color: #D22FBE;
}
.BgClassName
{
background-color: #D22FBE;
}
</style>
border-color css
<style>
span { border-color: #D22FBE; }
span { border-color: rgb(210,47,190); }
td.TdClassName
{
border-color: #D22FBE;
}
.TagClassName
{
border-color: #D22FBE;
}
</style>