Shades of Deep Magenta #D619B2
Tints of Deep Magenta #D619B2
RGB
CMYK
RGB Variations
Color information
#D619B2 (or 0xD619B2) is known color: Deep Magenta. HEX triplet: D6, 19 and B2. RGB value is (214,25,178). Sum of RGB (Red+Green+Blue) = 214+25+178=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D619B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619B2 is #29E64D. Grayscale: #626262. Windows color (decimal): -2745934 or 11672022. OLE color: 11672022.
HSL color Cylindrical-coordinate representation of color #D619B2: hue angle of 311.43º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D619B2 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 178 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.16 |
| HSL | 311.43º | 0.79% | 0.47% | - |
| HSV(B) | 311.43º | 0.88% | 0.84% | - |
| XYZ | 36.12 | 18.21 | 43.73 | - |
| YUV | 98.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 178 | 0 | 0.88 | 0.17 | 0.16 | 311.43 | 0.79 | 0.47 |
| Hex | D6 | 19 | B2 | 0 | 58 | 11 | 10 | 137 | 4F | 2F |
| Octal | 326 | 31 | 262 | 0 | 130 | 21 | 20 | 467 | 117 | 57 |
| Binary | 11010110 | 11001 | 10110010 | 0 | 1011000 | 10001 | 10000 | 100110111 | 1001111 | 101111 |
Color Harmonies of #D619B2
Complementary color
Monochromatic Colors of #D619B2
Black with #D619B2
Text Example
Text Example
White with #D619B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619B2; }
p { color: rgb(214,25,178); }
H1.HeaderClassName
{
color: #D619B2;
}
.AnyTagClassName
{
color: #D619B2;
}
</style>
background-color css
<style>
a { background-color: #D619B2; }
a { background-color: rgb(214,25,178); }
div.DivClassName
{
background-color: #D619B2;
}
.BgClassName
{
background-color: #D619B2;
}
</style>
border-color css
<style>
span { border-color: #D619B2; }
span { border-color: rgb(214,25,178); }
td.TdClassName
{
border-color: #D619B2;
}
.TagClassName
{
border-color: #D619B2;
}
</style>