Shades of Deep Magenta #D714DB
Tints of Deep Magenta #D714DB
RGB
CMYK
RGB Variations
Color information
#D714DB (or 0xD714DB) is known color: Deep Magenta. HEX triplet: D7, 14 and DB. RGB value is (215,20,219). Sum of RGB (Red+Green+Blue) = 215+20+219=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #D714DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714DB is #28EB24. Grayscale: #646464. Windows color (decimal): -2681637 or 14357719. OLE color: 14357719.
HSL color Cylindrical-coordinate representation of color #D714DB: hue angle of 298.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D714DB is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 20 | 219 | - |
CMYK | 0.02 | 0.91 | 0 | 0.14 |
HSL | 298.79º | 0.83% | 0.47% | - |
HSV(B) | 298.79º | 0.91% | 0.86% | - |
XYZ | 41.06 | 20.06 | 68.73 | - |
YUV | 100.99 | 194.6 | 209.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 20 | 219 | 0.02 | 0.91 | 0 | 0.14 | 298.79 | 0.83 | 0.47 |
Hex | D7 | 14 | DB | 2 | 5B | 0 | E | 12B | 53 | 2F |
Octal | 327 | 24 | 333 | 2 | 133 | 0 | 16 | 453 | 123 | 57 |
Binary | 11010111 | 10100 | 11011011 | 10 | 1011011 | 0 | 1110 | 100101011 | 1010011 | 101111 |
Color Harmonies of #D714DB
Complementary color
Monochromatic Colors of #D714DB
Black with #D714DB
Text Example
Text Example
White with #D714DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714DB; }
p { color: rgb(215,20,219); }
H1.HeaderClassName
{
color: #D714DB;
}
.AnyTagClassName
{
color: #D714DB;
}
</style>
background-color css
<style>
a { background-color: #D714DB; }
a { background-color: rgb(215,20,219); }
div.DivClassName
{
background-color: #D714DB;
}
.BgClassName
{
background-color: #D714DB;
}
</style>
border-color css
<style>
span { border-color: #D714DB; }
span { border-color: rgb(215,20,219); }
td.TdClassName
{
border-color: #D714DB;
}
.TagClassName
{
border-color: #D714DB;
}
</style>