Shades of Persian Rose #DB2DAC
Tints of Persian Rose #DB2DAC
RGB
CMYK
RGB Variations
Color information
#DB2DAC (or 0xDB2DAC) is known color: Persian Rose. HEX triplet: DB, 2D and AC. RGB value is (219,45,172). Sum of RGB (Red+Green+Blue) = 219+45+172=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DAC is #24D253. Grayscale: #6F6F6F. Windows color (decimal): -2413140 or 11283931. OLE color: 11283931.
HSL color Cylindrical-coordinate representation of color #DB2DAC: hue angle of 316.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DAC is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 172 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.14 |
| HSL | 316.21º | 0.71% | 0.52% | - |
| HSV(B) | 316.21º | 0.79% | 0.86% | - |
| XYZ | 37.6 | 19.92 | 40.89 | - |
| YUV | 111.5 | 162.15 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 172 | 0 | 0.79 | 0.21 | 0.14 | 316.21 | 0.71 | 0.52 |
| Hex | DB | 2D | AC | 0 | 4F | 15 | E | 13C | 47 | 34 |
| Octal | 333 | 55 | 254 | 0 | 117 | 25 | 16 | 474 | 107 | 64 |
| Binary | 11011011 | 101101 | 10101100 | 0 | 1001111 | 10101 | 1110 | 100111100 | 1000111 | 110100 |
Color Harmonies of #DB2DAC
Complementary color
Monochromatic Colors of #DB2DAC
Black with #DB2DAC
Text Example
Text Example
White with #DB2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DAC; }
p { color: rgb(219,45,172); }
H1.HeaderClassName
{
color: #DB2DAC;
}
.AnyTagClassName
{
color: #DB2DAC;
}
</style>
background-color css
<style>
a { background-color: #DB2DAC; }
a { background-color: rgb(219,45,172); }
div.DivClassName
{
background-color: #DB2DAC;
}
.BgClassName
{
background-color: #DB2DAC;
}
</style>
border-color css
<style>
span { border-color: #DB2DAC; }
span { border-color: rgb(219,45,172); }
td.TdClassName
{
border-color: #DB2DAC;
}
.TagClassName
{
border-color: #DB2DAC;
}
</style>