Shades of Persian Rose #DB30B0
Tints of Persian Rose #DB30B0
RGB
CMYK
RGB Variations
Color information
#DB30B0 (or 0xDB30B0) is known color: Persian Rose. HEX triplet: DB, 30 and B0. RGB value is (219,48,176). Sum of RGB (Red+Green+Blue) = 219+48+176=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30B0 is #24CF4F. Grayscale: #717171. Windows color (decimal): -2412368 or 11546843. OLE color: 11546843.
HSL color Cylindrical-coordinate representation of color #DB30B0: hue angle of 315.09º 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 #DB30B0 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 176 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.14 |
| HSL | 315.09º | 0.7% | 0.52% | - |
| HSV(B) | 315.09º | 0.78% | 0.86% | - |
| XYZ | 38.11 | 20.31 | 42.99 | - |
| YUV | 113.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 176 | 0 | 0.78 | 0.20 | 0.14 | 315.09 | 0.7 | 0.52 |
| Hex | DB | 30 | B0 | 0 | 4E | 14 | E | 13B | 46 | 34 |
| Octal | 333 | 60 | 260 | 0 | 116 | 24 | 16 | 473 | 106 | 64 |
| Binary | 11011011 | 110000 | 10110000 | 0 | 1001110 | 10100 | 1110 | 100111011 | 1000110 | 110100 |
Color Harmonies of #DB30B0
Complementary color
Monochromatic Colors of #DB30B0
Black with #DB30B0
Text Example
Text Example
White with #DB30B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30B0; }
p { color: rgb(219,48,176); }
H1.HeaderClassName
{
color: #DB30B0;
}
.AnyTagClassName
{
color: #DB30B0;
}
</style>
background-color css
<style>
a { background-color: #DB30B0; }
a { background-color: rgb(219,48,176); }
div.DivClassName
{
background-color: #DB30B0;
}
.BgClassName
{
background-color: #DB30B0;
}
</style>
border-color css
<style>
span { border-color: #DB30B0; }
span { border-color: rgb(219,48,176); }
td.TdClassName
{
border-color: #DB30B0;
}
.TagClassName
{
border-color: #DB30B0;
}
</style>