Shades of Deep Magenta #D622BC
Tints of Deep Magenta #D622BC
RGB
CMYK
RGB Variations
Color information
#D622BC (or 0xD622BC) is known color: Deep Magenta. HEX triplet: D6, 22 and BC. RGB value is (214,34,188). Sum of RGB (Red+Green+Blue) = 214+34+188=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D622BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D622BC is #29DD43. Grayscale: #686868. Windows color (decimal): -2743620 or 12329686. OLE color: 12329686.
HSL color Cylindrical-coordinate representation of color #D622BC: hue angle of 308.67º 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 #D622BC is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 188 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.16 |
| HSL | 308.67º | 0.73% | 0.49% | - |
| HSV(B) | 308.67º | 0.84% | 0.84% | - |
| XYZ | 37.38 | 19.07 | 49.29 | - |
| YUV | 105.38 | 174.63 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 188 | 0 | 0.84 | 0.12 | 0.16 | 308.67 | 0.73 | 0.49 |
| Hex | D6 | 22 | BC | 0 | 54 | C | 10 | 135 | 49 | 31 |
| Octal | 326 | 42 | 274 | 0 | 124 | 14 | 20 | 465 | 111 | 61 |
| Binary | 11010110 | 100010 | 10111100 | 0 | 1010100 | 1100 | 10000 | 100110101 | 1001001 | 110001 |
Color Harmonies of #D622BC
Complementary color
Monochromatic Colors of #D622BC
Black with #D622BC
Text Example
Text Example
White with #D622BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D622BC; }
p { color: rgb(214,34,188); }
H1.HeaderClassName
{
color: #D622BC;
}
.AnyTagClassName
{
color: #D622BC;
}
</style>
background-color css
<style>
a { background-color: #D622BC; }
a { background-color: rgb(214,34,188); }
div.DivClassName
{
background-color: #D622BC;
}
.BgClassName
{
background-color: #D622BC;
}
</style>
border-color css
<style>
span { border-color: #D622BC; }
span { border-color: rgb(214,34,188); }
td.TdClassName
{
border-color: #D622BC;
}
.TagClassName
{
border-color: #D622BC;
}
</style>