Shades of Deep Magenta #D527DB
Tints of Deep Magenta #D527DB
RGB
CMYK
RGB Variations
Color information
#D527DB (or 0xD527DB) is known color: Deep Magenta. HEX triplet: D5, 27 and DB. RGB value is (213,39,219). Sum of RGB (Red+Green+Blue) = 213+39+219=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D527DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527DB is #2AD824. Grayscale: #6F6F6F. Windows color (decimal): -2807845 or 14362581. OLE color: 14362581.
HSL color Cylindrical-coordinate representation of color #D527DB: hue angle of 298º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527DB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 39 | 219 | - |
CMYK | 0.03 | 0.82 | 0 | 0.14 |
HSL | 298º | 0.71% | 0.51% | - |
HSV(B) | 298º | 0.82% | 0.86% | - |
XYZ | 40.95 | 20.71 | 68.86 | - |
YUV | 111.55 | 188.65 | 200.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 39 | 219 | 0.03 | 0.82 | 0 | 0.14 | 298 | 0.71 | 0.51 |
Hex | D5 | 27 | DB | 3 | 52 | 0 | E | 12A | 47 | 33 |
Octal | 325 | 47 | 333 | 3 | 122 | 0 | 16 | 452 | 107 | 63 |
Binary | 11010101 | 100111 | 11011011 | 11 | 1010010 | 0 | 1110 | 100101010 | 1000111 | 110011 |
Color Harmonies of #D527DB
Complementary color
Monochromatic Colors of #D527DB
Black with #D527DB
Text Example
Text Example
White with #D527DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527DB; }
p { color: rgb(213,39,219); }
H1.HeaderClassName
{
color: #D527DB;
}
.AnyTagClassName
{
color: #D527DB;
}
</style>
background-color css
<style>
a { background-color: #D527DB; }
a { background-color: rgb(213,39,219); }
div.DivClassName
{
background-color: #D527DB;
}
.BgClassName
{
background-color: #D527DB;
}
</style>
border-color css
<style>
span { border-color: #D527DB; }
span { border-color: rgb(213,39,219); }
td.TdClassName
{
border-color: #D527DB;
}
.TagClassName
{
border-color: #D527DB;
}
</style>