Shades of Persian Rose #DB29AC
Tints of Persian Rose #DB29AC
RGB
CMYK
RGB Variations
Color information
#DB29AC (or 0xDB29AC) is known color: Persian Rose. HEX triplet: DB, 29 and AC. RGB value is (219,41,172). Sum of RGB (Red+Green+Blue) = 219+41+172=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29AC is #24D653. Grayscale: #6C6C6C. Windows color (decimal): -2414164 or 11282907. OLE color: 11282907.
HSL color Cylindrical-coordinate representation of color #DB29AC: hue angle of 315.84º 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 #DB29AC is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 172 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.14 |
| HSL | 315.84º | 0.71% | 0.51% | - |
| HSV(B) | 315.84º | 0.81% | 0.86% | - |
| XYZ | 37.45 | 19.62 | 40.84 | - |
| YUV | 109.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 172 | 0 | 0.81 | 0.21 | 0.14 | 315.84 | 0.71 | 0.51 |
| Hex | DB | 29 | AC | 0 | 51 | 15 | E | 13C | 47 | 33 |
| Octal | 333 | 51 | 254 | 0 | 121 | 25 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 101001 | 10101100 | 0 | 1010001 | 10101 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB29AC
Complementary color
Monochromatic Colors of #DB29AC
Black with #DB29AC
Text Example
Text Example
White with #DB29AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29AC; }
p { color: rgb(219,41,172); }
H1.HeaderClassName
{
color: #DB29AC;
}
.AnyTagClassName
{
color: #DB29AC;
}
</style>
background-color css
<style>
a { background-color: #DB29AC; }
a { background-color: rgb(219,41,172); }
div.DivClassName
{
background-color: #DB29AC;
}
.BgClassName
{
background-color: #DB29AC;
}
</style>
border-color css
<style>
span { border-color: #DB29AC; }
span { border-color: rgb(219,41,172); }
td.TdClassName
{
border-color: #DB29AC;
}
.TagClassName
{
border-color: #DB29AC;
}
</style>