Shades of Deep Magenta #D619B3
Tints of Deep Magenta #D619B3
RGB
CMYK
RGB Variations
Color information
#D619B3 (or 0xD619B3) is known color: Deep Magenta. HEX triplet: D6, 19 and B3. RGB value is (214,25,179). Sum of RGB (Red+Green+Blue) = 214+25+179=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D619B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619B3 is #29E64C. Grayscale: #626262. Windows color (decimal): -2745933 or 11737558. OLE color: 11737558.
HSL color Cylindrical-coordinate representation of color #D619B3: hue angle of 311.11º 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 #D619B3 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 179 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.16 |
| HSL | 311.11º | 0.79% | 0.47% | - |
| HSV(B) | 311.11º | 0.88% | 0.84% | - |
| XYZ | 36.22 | 18.25 | 44.26 | - |
| YUV | 99.07 | 173.12 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 179 | 0 | 0.88 | 0.16 | 0.16 | 311.11 | 0.79 | 0.47 |
| Hex | D6 | 19 | B3 | 0 | 58 | 10 | 10 | 137 | 4F | 2F |
| Octal | 326 | 31 | 263 | 0 | 130 | 20 | 20 | 467 | 117 | 57 |
| Binary | 11010110 | 11001 | 10110011 | 0 | 1011000 | 10000 | 10000 | 100110111 | 1001111 | 101111 |
Color Harmonies of #D619B3
Complementary color
Monochromatic Colors of #D619B3
Black with #D619B3
Text Example
Text Example
White with #D619B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619B3; }
p { color: rgb(214,25,179); }
H1.HeaderClassName
{
color: #D619B3;
}
.AnyTagClassName
{
color: #D619B3;
}
</style>
background-color css
<style>
a { background-color: #D619B3; }
a { background-color: rgb(214,25,179); }
div.DivClassName
{
background-color: #D619B3;
}
.BgClassName
{
background-color: #D619B3;
}
</style>
border-color css
<style>
span { border-color: #D619B3; }
span { border-color: rgb(214,25,179); }
td.TdClassName
{
border-color: #D619B3;
}
.TagClassName
{
border-color: #D619B3;
}
</style>