Shades of Persian Rose #DB2AAD
Tints of Persian Rose #DB2AAD
RGB
CMYK
RGB Variations
Color information
#DB2AAD (or 0xDB2AAD) is known color: Persian Rose. HEX triplet: DB, 2A and AD. RGB value is (219,42,173). Sum of RGB (Red+Green+Blue) = 219+42+173=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2AAD is #24D552. Grayscale: #6D6D6D. Windows color (decimal): -2413907 or 11348699. OLE color: 11348699.
HSL color Cylindrical-coordinate representation of color #DB2AAD: hue angle of 315.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AAD is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 173 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.14 |
| HSL | 315.59º | 0.71% | 0.51% | - |
| HSV(B) | 315.59º | 0.81% | 0.86% | - |
| XYZ | 37.58 | 19.73 | 41.36 | - |
| YUV | 109.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 173 | 0 | 0.81 | 0.21 | 0.14 | 315.59 | 0.71 | 0.51 |
| Hex | DB | 2A | AD | 0 | 51 | 15 | E | 13C | 47 | 33 |
| Octal | 333 | 52 | 255 | 0 | 121 | 25 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 101010 | 10101101 | 0 | 1010001 | 10101 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB2AAD
Complementary color
Monochromatic Colors of #DB2AAD
Black with #DB2AAD
Text Example
Text Example
White with #DB2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AAD; }
p { color: rgb(219,42,173); }
H1.HeaderClassName
{
color: #DB2AAD;
}
.AnyTagClassName
{
color: #DB2AAD;
}
</style>
background-color css
<style>
a { background-color: #DB2AAD; }
a { background-color: rgb(219,42,173); }
div.DivClassName
{
background-color: #DB2AAD;
}
.BgClassName
{
background-color: #DB2AAD;
}
</style>
border-color css
<style>
span { border-color: #DB2AAD; }
span { border-color: rgb(219,42,173); }
td.TdClassName
{
border-color: #DB2AAD;
}
.TagClassName
{
border-color: #DB2AAD;
}
</style>