Shades of Persian Rose #DB29AB
Tints of Persian Rose #DB29AB
RGB
CMYK
RGB Variations
Color information
#DB29AB (or 0xDB29AB) is known color: Persian Rose. HEX triplet: DB, 29 and AB. RGB value is (219,41,171). Sum of RGB (Red+Green+Blue) = 219+41+171=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29AB is #24D654. Grayscale: #6C6C6C. Windows color (decimal): -2414165 or 11217371. OLE color: 11217371.
HSL color Cylindrical-coordinate representation of color #DB29AB: hue angle of 316.18º 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 #DB29AB is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 171 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.14 |
| HSL | 316.18º | 0.71% | 0.51% | - |
| HSV(B) | 316.18º | 0.81% | 0.86% | - |
| XYZ | 37.36 | 19.59 | 40.34 | - |
| YUV | 109.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 171 | 0 | 0.81 | 0.22 | 0.14 | 316.18 | 0.71 | 0.51 |
| Hex | DB | 29 | AB | 0 | 51 | 16 | E | 13C | 47 | 33 |
| Octal | 333 | 51 | 253 | 0 | 121 | 26 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 101001 | 10101011 | 0 | 1010001 | 10110 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB29AB
Complementary color
Monochromatic Colors of #DB29AB
Black with #DB29AB
Text Example
Text Example
White with #DB29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29AB; }
p { color: rgb(219,41,171); }
H1.HeaderClassName
{
color: #DB29AB;
}
.AnyTagClassName
{
color: #DB29AB;
}
</style>
background-color css
<style>
a { background-color: #DB29AB; }
a { background-color: rgb(219,41,171); }
div.DivClassName
{
background-color: #DB29AB;
}
.BgClassName
{
background-color: #DB29AB;
}
</style>
border-color css
<style>
span { border-color: #DB29AB; }
span { border-color: rgb(219,41,171); }
td.TdClassName
{
border-color: #DB29AB;
}
.TagClassName
{
border-color: #DB29AB;
}
</style>