Shades of Deep Magenta #D622B8
Tints of Deep Magenta #D622B8
RGB
CMYK
RGB Variations
Color information
#D622B8 (or 0xD622B8) is known color: Deep Magenta. HEX triplet: D6, 22 and B8. RGB value is (214,34,184). Sum of RGB (Red+Green+Blue) = 214+34+184=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D622B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D622B8 is #29DD47. Grayscale: #686868. Windows color (decimal): -2743624 or 12067542. OLE color: 12067542.
HSL color Cylindrical-coordinate representation of color #D622B8: hue angle of 310º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D622B8 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 184 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.16 |
| HSL | 310º | 0.73% | 0.49% | - |
| HSV(B) | 310º | 0.84% | 0.84% | - |
| XYZ | 36.96 | 18.9 | 47.05 | - |
| YUV | 104.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 184 | 0 | 0.84 | 0.14 | 0.16 | 310 | 0.73 | 0.49 |
| Hex | D6 | 22 | B8 | 0 | 54 | E | 10 | 136 | 49 | 31 |
| Octal | 326 | 42 | 270 | 0 | 124 | 16 | 20 | 466 | 111 | 61 |
| Binary | 11010110 | 100010 | 10111000 | 0 | 1010100 | 1110 | 10000 | 100110110 | 1001001 | 110001 |
Color Harmonies of #D622B8
Complementary color
Monochromatic Colors of #D622B8
Black with #D622B8
Text Example
Text Example
White with #D622B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D622B8; }
p { color: rgb(214,34,184); }
H1.HeaderClassName
{
color: #D622B8;
}
.AnyTagClassName
{
color: #D622B8;
}
</style>
background-color css
<style>
a { background-color: #D622B8; }
a { background-color: rgb(214,34,184); }
div.DivClassName
{
background-color: #D622B8;
}
.BgClassName
{
background-color: #D622B8;
}
</style>
border-color css
<style>
span { border-color: #D622B8; }
span { border-color: rgb(214,34,184); }
td.TdClassName
{
border-color: #D622B8;
}
.TagClassName
{
border-color: #D622B8;
}
</style>