Shades of Persian Rose #DB31AC
Tints of Persian Rose #DB31AC
RGB
CMYK
RGB Variations
Color information
#DB31AC (or 0xDB31AC) is known color: Persian Rose. HEX triplet: DB, 31 and AC. RGB value is (219,49,172). Sum of RGB (Red+Green+Blue) = 219+49+172=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31AC is #24CE53. Grayscale: #717171. Windows color (decimal): -2412116 or 11284955. OLE color: 11284955.
HSL color Cylindrical-coordinate representation of color #DB31AC: hue angle of 316.59º 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 #DB31AC is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 172 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.14 |
| HSL | 316.59º | 0.7% | 0.53% | - |
| HSV(B) | 316.59º | 0.78% | 0.86% | - |
| XYZ | 37.76 | 20.24 | 40.95 | - |
| YUV | 113.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 172 | 0 | 0.78 | 0.21 | 0.14 | 316.59 | 0.7 | 0.53 |
| Hex | DB | 31 | AC | 0 | 4E | 15 | E | 13D | 46 | 35 |
| Octal | 333 | 61 | 254 | 0 | 116 | 25 | 16 | 475 | 106 | 65 |
| Binary | 11011011 | 110001 | 10101100 | 0 | 1001110 | 10101 | 1110 | 100111101 | 1000110 | 110101 |
Color Harmonies of #DB31AC
Complementary color
Monochromatic Colors of #DB31AC
Black with #DB31AC
Text Example
Text Example
White with #DB31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31AC; }
p { color: rgb(219,49,172); }
H1.HeaderClassName
{
color: #DB31AC;
}
.AnyTagClassName
{
color: #DB31AC;
}
</style>
background-color css
<style>
a { background-color: #DB31AC; }
a { background-color: rgb(219,49,172); }
div.DivClassName
{
background-color: #DB31AC;
}
.BgClassName
{
background-color: #DB31AC;
}
</style>
border-color css
<style>
span { border-color: #DB31AC; }
span { border-color: rgb(219,49,172); }
td.TdClassName
{
border-color: #DB31AC;
}
.TagClassName
{
border-color: #DB31AC;
}
</style>