Shades of Persian Rose #DB30AD
Tints of Persian Rose #DB30AD
RGB
CMYK
RGB Variations
Color information
#DB30AD (or 0xDB30AD) is known color: Persian Rose. HEX triplet: DB, 30 and AD. RGB value is (219,48,173). Sum of RGB (Red+Green+Blue) = 219+48+173=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30AD is #24CF52. Grayscale: #717171. Windows color (decimal): -2412371 or 11350235. OLE color: 11350235.
HSL color Cylindrical-coordinate representation of color #DB30AD: hue angle of 316.14º 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 #DB30AD is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 173 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.14 |
| HSL | 316.14º | 0.7% | 0.52% | - |
| HSV(B) | 316.14º | 0.78% | 0.86% | - |
| XYZ | 37.81 | 20.19 | 41.44 | - |
| YUV | 113.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 173 | 0 | 0.78 | 0.21 | 0.14 | 316.14 | 0.7 | 0.52 |
| Hex | DB | 30 | AD | 0 | 4E | 15 | E | 13C | 46 | 34 |
| Octal | 333 | 60 | 255 | 0 | 116 | 25 | 16 | 474 | 106 | 64 |
| Binary | 11011011 | 110000 | 10101101 | 0 | 1001110 | 10101 | 1110 | 100111100 | 1000110 | 110100 |
Color Harmonies of #DB30AD
Complementary color
Monochromatic Colors of #DB30AD
Black with #DB30AD
Text Example
Text Example
White with #DB30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30AD; }
p { color: rgb(219,48,173); }
H1.HeaderClassName
{
color: #DB30AD;
}
.AnyTagClassName
{
color: #DB30AD;
}
</style>
background-color css
<style>
a { background-color: #DB30AD; }
a { background-color: rgb(219,48,173); }
div.DivClassName
{
background-color: #DB30AD;
}
.BgClassName
{
background-color: #DB30AD;
}
</style>
border-color css
<style>
span { border-color: #DB30AD; }
span { border-color: rgb(219,48,173); }
td.TdClassName
{
border-color: #DB30AD;
}
.TagClassName
{
border-color: #DB30AD;
}
</style>