Shades of Persian Rose #DB31B2
Tints of Persian Rose #DB31B2
RGB
CMYK
RGB Variations
Color information
#DB31B2 (or 0xDB31B2) is known color: Persian Rose. HEX triplet: DB, 31 and B2. RGB value is (219,49,178). Sum of RGB (Red+Green+Blue) = 219+49+178=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31B2 is #24CE4D. Grayscale: #727272. Windows color (decimal): -2412110 or 11678171. OLE color: 11678171.
HSL color Cylindrical-coordinate representation of color #DB31B2: hue angle of 314.47º 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 #DB31B2 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 178 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.14 |
| HSL | 314.47º | 0.7% | 0.53% | - |
| HSV(B) | 314.47º | 0.78% | 0.86% | - |
| XYZ | 38.35 | 20.47 | 44.05 | - |
| YUV | 114.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 178 | 0 | 0.78 | 0.19 | 0.14 | 314.47 | 0.7 | 0.53 |
| Hex | DB | 31 | B2 | 0 | 4E | 13 | E | 13A | 46 | 35 |
| Octal | 333 | 61 | 262 | 0 | 116 | 23 | 16 | 472 | 106 | 65 |
| Binary | 11011011 | 110001 | 10110010 | 0 | 1001110 | 10011 | 1110 | 100111010 | 1000110 | 110101 |
Color Harmonies of #DB31B2
Complementary color
Monochromatic Colors of #DB31B2
Black with #DB31B2
Text Example
Text Example
White with #DB31B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31B2; }
p { color: rgb(219,49,178); }
H1.HeaderClassName
{
color: #DB31B2;
}
.AnyTagClassName
{
color: #DB31B2;
}
</style>
background-color css
<style>
a { background-color: #DB31B2; }
a { background-color: rgb(219,49,178); }
div.DivClassName
{
background-color: #DB31B2;
}
.BgClassName
{
background-color: #DB31B2;
}
</style>
border-color css
<style>
span { border-color: #DB31B2; }
span { border-color: rgb(219,49,178); }
td.TdClassName
{
border-color: #DB31B2;
}
.TagClassName
{
border-color: #DB31B2;
}
</style>