Shades of Persian Rose #DB32AD
Tints of Persian Rose #DB32AD
RGB
CMYK
RGB Variations
Color information
#DB32AD (or 0xDB32AD) is known color: Persian Rose. HEX triplet: DB, 32 and AD. RGB value is (219,50,173). Sum of RGB (Red+Green+Blue) = 219+50+173=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32AD is #24CD52. Grayscale: #727272. Windows color (decimal): -2411859 or 11350747. OLE color: 11350747.
HSL color Cylindrical-coordinate representation of color #DB32AD: hue angle of 316.33º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32AD is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 173 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.14 |
| HSL | 316.33º | 0.7% | 0.53% | - |
| HSV(B) | 316.33º | 0.77% | 0.86% | - |
| XYZ | 37.9 | 20.36 | 41.47 | - |
| YUV | 114.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 173 | 0 | 0.77 | 0.21 | 0.14 | 316.33 | 0.7 | 0.53 |
| Hex | DB | 32 | AD | 0 | 4D | 15 | E | 13C | 46 | 35 |
| Octal | 333 | 62 | 255 | 0 | 115 | 25 | 16 | 474 | 106 | 65 |
| Binary | 11011011 | 110010 | 10101101 | 0 | 1001101 | 10101 | 1110 | 100111100 | 1000110 | 110101 |
Color Harmonies of #DB32AD
Complementary color
Monochromatic Colors of #DB32AD
Black with #DB32AD
Text Example
Text Example
White with #DB32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32AD; }
p { color: rgb(219,50,173); }
H1.HeaderClassName
{
color: #DB32AD;
}
.AnyTagClassName
{
color: #DB32AD;
}
</style>
background-color css
<style>
a { background-color: #DB32AD; }
a { background-color: rgb(219,50,173); }
div.DivClassName
{
background-color: #DB32AD;
}
.BgClassName
{
background-color: #DB32AD;
}
</style>
border-color css
<style>
span { border-color: #DB32AD; }
span { border-color: rgb(219,50,173); }
td.TdClassName
{
border-color: #DB32AD;
}
.TagClassName
{
border-color: #DB32AD;
}
</style>