Shades of Persian Rose #DB2FB1
Tints of Persian Rose #DB2FB1
RGB
CMYK
RGB Variations
Color information
#DB2FB1 (or 0xDB2FB1) is known color: Persian Rose. HEX triplet: DB, 2F and B1. RGB value is (219,47,177). Sum of RGB (Red+Green+Blue) = 219+47+177=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2FB1 is #24D04E. Grayscale: #707070. Windows color (decimal): -2412623 or 11612123. OLE color: 11612123.
HSL color Cylindrical-coordinate representation of color #DB2FB1: hue angle of 314.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FB1 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 177 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.14 |
| HSL | 314.65º | 0.7% | 0.52% | - |
| HSV(B) | 314.65º | 0.79% | 0.86% | - |
| XYZ | 38.17 | 20.27 | 43.5 | - |
| YUV | 113.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 177 | 0 | 0.79 | 0.19 | 0.14 | 314.65 | 0.7 | 0.52 |
| Hex | DB | 2F | B1 | 0 | 4F | 13 | E | 13B | 46 | 34 |
| Octal | 333 | 57 | 261 | 0 | 117 | 23 | 16 | 473 | 106 | 64 |
| Binary | 11011011 | 101111 | 10110001 | 0 | 1001111 | 10011 | 1110 | 100111011 | 1000110 | 110100 |
Color Harmonies of #DB2FB1
Complementary color
Monochromatic Colors of #DB2FB1
Black with #DB2FB1
Text Example
Text Example
White with #DB2FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FB1; }
p { color: rgb(219,47,177); }
H1.HeaderClassName
{
color: #DB2FB1;
}
.AnyTagClassName
{
color: #DB2FB1;
}
</style>
background-color css
<style>
a { background-color: #DB2FB1; }
a { background-color: rgb(219,47,177); }
div.DivClassName
{
background-color: #DB2FB1;
}
.BgClassName
{
background-color: #DB2FB1;
}
</style>
border-color css
<style>
span { border-color: #DB2FB1; }
span { border-color: rgb(219,47,177); }
td.TdClassName
{
border-color: #DB2FB1;
}
.TagClassName
{
border-color: #DB2FB1;
}
</style>