Shades of Persian Rose #DB33AD
Tints of Persian Rose #DB33AD
RGB
CMYK
RGB Variations
Color information
#DB33AD (or 0xDB33AD) is known color: Persian Rose. HEX triplet: DB, 33 and AD. RGB value is (219,51,173). Sum of RGB (Red+Green+Blue) = 219+51+173=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB33AD is #24CC52. Grayscale: #727272. Windows color (decimal): -2411603 or 11351003. OLE color: 11351003.
HSL color Cylindrical-coordinate representation of color #DB33AD: hue angle of 316.43º 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 #DB33AD is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 173 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.14 |
| HSL | 316.43º | 0.7% | 0.53% | - |
| HSV(B) | 316.43º | 0.77% | 0.86% | - |
| XYZ | 37.94 | 20.44 | 41.48 | - |
| YUV | 115.14 | 160.66 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 173 | 0 | 0.77 | 0.21 | 0.14 | 316.43 | 0.7 | 0.53 |
| Hex | DB | 33 | AD | 0 | 4D | 15 | E | 13C | 46 | 35 |
| Octal | 333 | 63 | 255 | 0 | 115 | 25 | 16 | 474 | 106 | 65 |
| Binary | 11011011 | 110011 | 10101101 | 0 | 1001101 | 10101 | 1110 | 100111100 | 1000110 | 110101 |
Color Harmonies of #DB33AD
Complementary color
Monochromatic Colors of #DB33AD
Black with #DB33AD
Text Example
Text Example
White with #DB33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33AD; }
p { color: rgb(219,51,173); }
H1.HeaderClassName
{
color: #DB33AD;
}
.AnyTagClassName
{
color: #DB33AD;
}
</style>
background-color css
<style>
a { background-color: #DB33AD; }
a { background-color: rgb(219,51,173); }
div.DivClassName
{
background-color: #DB33AD;
}
.BgClassName
{
background-color: #DB33AD;
}
</style>
border-color css
<style>
span { border-color: #DB33AD; }
span { border-color: rgb(219,51,173); }
td.TdClassName
{
border-color: #DB33AD;
}
.TagClassName
{
border-color: #DB33AD;
}
</style>