Shades of Persian Rose #DB30AB
Tints of Persian Rose #DB30AB
RGB
CMYK
RGB Variations
Color information
#DB30AB (or 0xDB30AB) is known color: Persian Rose. HEX triplet: DB, 30 and AB. RGB value is (219,48,171). Sum of RGB (Red+Green+Blue) = 219+48+171=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30AB is #24CF54. Grayscale: #707070. Windows color (decimal): -2412373 or 11219163. OLE color: 11219163.
HSL color Cylindrical-coordinate representation of color #DB30AB: hue angle of 316.84º 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 #DB30AB is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 171 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.14 |
| HSL | 316.84º | 0.7% | 0.52% | - |
| HSV(B) | 316.84º | 0.78% | 0.86% | - |
| XYZ | 37.62 | 20.11 | 40.43 | - |
| YUV | 113.15 | 160.65 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 171 | 0 | 0.78 | 0.22 | 0.14 | 316.84 | 0.7 | 0.52 |
| Hex | DB | 30 | AB | 0 | 4E | 16 | E | 13D | 46 | 34 |
| Octal | 333 | 60 | 253 | 0 | 116 | 26 | 16 | 475 | 106 | 64 |
| Binary | 11011011 | 110000 | 10101011 | 0 | 1001110 | 10110 | 1110 | 100111101 | 1000110 | 110100 |
Color Harmonies of #DB30AB
Complementary color
Monochromatic Colors of #DB30AB
Black with #DB30AB
Text Example
Text Example
White with #DB30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30AB; }
p { color: rgb(219,48,171); }
H1.HeaderClassName
{
color: #DB30AB;
}
.AnyTagClassName
{
color: #DB30AB;
}
</style>
background-color css
<style>
a { background-color: #DB30AB; }
a { background-color: rgb(219,48,171); }
div.DivClassName
{
background-color: #DB30AB;
}
.BgClassName
{
background-color: #DB30AB;
}
</style>
border-color css
<style>
span { border-color: #DB30AB; }
span { border-color: rgb(219,48,171); }
td.TdClassName
{
border-color: #DB30AB;
}
.TagClassName
{
border-color: #DB30AB;
}
</style>