Shades of Persian Rose #DB31AB
Tints of Persian Rose #DB31AB
RGB
CMYK
RGB Variations
Color information
#DB31AB (or 0xDB31AB) is known color: Persian Rose. HEX triplet: DB, 31 and AB. RGB value is (219,49,171). Sum of RGB (Red+Green+Blue) = 219+49+171=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31AB is #24CE54. Grayscale: #717171. Windows color (decimal): -2412117 or 11219419. OLE color: 11219419.
HSL color Cylindrical-coordinate representation of color #DB31AB: hue angle of 316.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB31AB is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 171 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.14 |
| HSL | 316.94º | 0.7% | 0.53% | - |
| HSV(B) | 316.94º | 0.78% | 0.86% | - |
| XYZ | 37.66 | 20.2 | 40.44 | - |
| YUV | 113.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 171 | 0 | 0.78 | 0.22 | 0.14 | 316.94 | 0.7 | 0.53 |
| Hex | DB | 31 | AB | 0 | 4E | 16 | E | 13D | 46 | 35 |
| Octal | 333 | 61 | 253 | 0 | 116 | 26 | 16 | 475 | 106 | 65 |
| Binary | 11011011 | 110001 | 10101011 | 0 | 1001110 | 10110 | 1110 | 100111101 | 1000110 | 110101 |
Color Harmonies of #DB31AB
Complementary color
Monochromatic Colors of #DB31AB
Black with #DB31AB
Text Example
Text Example
White with #DB31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31AB; }
p { color: rgb(219,49,171); }
H1.HeaderClassName
{
color: #DB31AB;
}
.AnyTagClassName
{
color: #DB31AB;
}
</style>
background-color css
<style>
a { background-color: #DB31AB; }
a { background-color: rgb(219,49,171); }
div.DivClassName
{
background-color: #DB31AB;
}
.BgClassName
{
background-color: #DB31AB;
}
</style>
border-color css
<style>
span { border-color: #DB31AB; }
span { border-color: rgb(219,49,171); }
td.TdClassName
{
border-color: #DB31AB;
}
.TagClassName
{
border-color: #DB31AB;
}
</style>