Shades of Persian Rose #DB30AA
Tints of Persian Rose #DB30AA
RGB
CMYK
RGB Variations
Color information
#DB30AA (or 0xDB30AA) is known color: Persian Rose. HEX triplet: DB, 30 and AA. RGB value is (219,48,170). Sum of RGB (Red+Green+Blue) = 219+48+170=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30AA is #24CF55. Grayscale: #707070. Windows color (decimal): -2412374 or 11153627. OLE color: 11153627.
HSL color Cylindrical-coordinate representation of color #DB30AA: hue angle of 317.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30AA is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 170 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.14 |
| HSL | 317.19º | 0.7% | 0.52% | - |
| HSV(B) | 317.19º | 0.78% | 0.86% | - |
| XYZ | 37.53 | 20.08 | 39.93 | - |
| YUV | 113.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 170 | 0 | 0.78 | 0.22 | 0.14 | 317.19 | 0.7 | 0.52 |
| Hex | DB | 30 | AA | 0 | 4E | 16 | E | 13D | 46 | 34 |
| Octal | 333 | 60 | 252 | 0 | 116 | 26 | 16 | 475 | 106 | 64 |
| Binary | 11011011 | 110000 | 10101010 | 0 | 1001110 | 10110 | 1110 | 100111101 | 1000110 | 110100 |
Color Harmonies of #DB30AA
Complementary color
Monochromatic Colors of #DB30AA
Black with #DB30AA
Text Example
Text Example
White with #DB30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30AA; }
p { color: rgb(219,48,170); }
H1.HeaderClassName
{
color: #DB30AA;
}
.AnyTagClassName
{
color: #DB30AA;
}
</style>
background-color css
<style>
a { background-color: #DB30AA; }
a { background-color: rgb(219,48,170); }
div.DivClassName
{
background-color: #DB30AA;
}
.BgClassName
{
background-color: #DB30AA;
}
</style>
border-color css
<style>
span { border-color: #DB30AA; }
span { border-color: rgb(219,48,170); }
td.TdClassName
{
border-color: #DB30AA;
}
.TagClassName
{
border-color: #DB30AA;
}
</style>