Shades of Deep Magenta #D622CF
Tints of Deep Magenta #D622CF
RGB
CMYK
RGB Variations
Color information
#D622CF (or 0xD622CF) is known color: Deep Magenta. HEX triplet: D6, 22 and CF. RGB value is (214,34,207). Sum of RGB (Red+Green+Blue) = 214+34+207=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D622CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D622CF is #29DD30. Grayscale: #6B6B6B. Windows color (decimal): -2743601 or 13574870. OLE color: 13574870.
HSL color Cylindrical-coordinate representation of color #D622CF: hue angle of 302.33º 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 #D622CF is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 207 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.16 |
| HSL | 302.33º | 0.73% | 0.49% | - |
| HSV(B) | 302.33º | 0.84% | 0.84% | - |
| XYZ | 39.57 | 19.95 | 60.8 | - |
| YUV | 107.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 207 | 0 | 0.84 | 0.03 | 0.16 | 302.33 | 0.73 | 0.49 |
| Hex | D6 | 22 | CF | 0 | 54 | 3 | 10 | 12E | 49 | 31 |
| Octal | 326 | 42 | 317 | 0 | 124 | 3 | 20 | 456 | 111 | 61 |
| Binary | 11010110 | 100010 | 11001111 | 0 | 1010100 | 11 | 10000 | 100101110 | 1001001 | 110001 |
Color Harmonies of #D622CF
Complementary color
Monochromatic Colors of #D622CF
Black with #D622CF
Text Example
Text Example
White with #D622CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D622CF; }
p { color: rgb(214,34,207); }
H1.HeaderClassName
{
color: #D622CF;
}
.AnyTagClassName
{
color: #D622CF;
}
</style>
background-color css
<style>
a { background-color: #D622CF; }
a { background-color: rgb(214,34,207); }
div.DivClassName
{
background-color: #D622CF;
}
.BgClassName
{
background-color: #D622CF;
}
</style>
border-color css
<style>
span { border-color: #D622CF; }
span { border-color: rgb(214,34,207); }
td.TdClassName
{
border-color: #D622CF;
}
.TagClassName
{
border-color: #D622CF;
}
</style>