Shades of Persian Rose #DB32AC
Tints of Persian Rose #DB32AC
RGB
CMYK
RGB Variations
Color information
#DB32AC (or 0xDB32AC) is known color: Persian Rose. HEX triplet: DB, 32 and AC. RGB value is (219,50,172). Sum of RGB (Red+Green+Blue) = 219+50+172=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32AC is #24CD53. Grayscale: #727272. Windows color (decimal): -2411860 or 11285211. OLE color: 11285211.
HSL color Cylindrical-coordinate representation of color #DB32AC: hue angle of 316.69º 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 #DB32AC is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 172 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.14 |
| HSL | 316.69º | 0.7% | 0.53% | - |
| HSV(B) | 316.69º | 0.77% | 0.86% | - |
| XYZ | 37.8 | 20.32 | 40.96 | - |
| YUV | 114.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 172 | 0 | 0.77 | 0.21 | 0.14 | 316.69 | 0.7 | 0.53 |
| Hex | DB | 32 | AC | 0 | 4D | 15 | E | 13D | 46 | 35 |
| Octal | 333 | 62 | 254 | 0 | 115 | 25 | 16 | 475 | 106 | 65 |
| Binary | 11011011 | 110010 | 10101100 | 0 | 1001101 | 10101 | 1110 | 100111101 | 1000110 | 110101 |
Color Harmonies of #DB32AC
Complementary color
Monochromatic Colors of #DB32AC
Black with #DB32AC
Text Example
Text Example
White with #DB32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32AC; }
p { color: rgb(219,50,172); }
H1.HeaderClassName
{
color: #DB32AC;
}
.AnyTagClassName
{
color: #DB32AC;
}
</style>
background-color css
<style>
a { background-color: #DB32AC; }
a { background-color: rgb(219,50,172); }
div.DivClassName
{
background-color: #DB32AC;
}
.BgClassName
{
background-color: #DB32AC;
}
</style>
border-color css
<style>
span { border-color: #DB32AC; }
span { border-color: rgb(219,50,172); }
td.TdClassName
{
border-color: #DB32AC;
}
.TagClassName
{
border-color: #DB32AC;
}
</style>