Shades of Persian Rose #DB3AB1
Tints of Persian Rose #DB3AB1
RGB
CMYK
RGB Variations
Color information
#DB3AB1 (or 0xDB3AB1) is known color: Persian Rose. HEX triplet: DB, 3A and B1. RGB value is (219,58,177). Sum of RGB (Red+Green+Blue) = 219+58+177=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AB1 is #24C54E. Grayscale: #777777. Windows color (decimal): -2409807 or 11614939. OLE color: 11614939.
HSL color Cylindrical-coordinate representation of color #DB3AB1: hue angle of 315.65º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AB1 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 177 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.14 |
| HSL | 315.65º | 0.69% | 0.54% | - |
| HSV(B) | 315.65º | 0.74% | 0.86% | - |
| XYZ | 38.66 | 21.26 | 43.66 | - |
| YUV | 119.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 177 | 0 | 0.74 | 0.19 | 0.14 | 315.65 | 0.69 | 0.54 |
| Hex | DB | 3A | B1 | 0 | 4A | 13 | E | 13C | 45 | 36 |
| Octal | 333 | 72 | 261 | 0 | 112 | 23 | 16 | 474 | 105 | 66 |
| Binary | 11011011 | 111010 | 10110001 | 0 | 1001010 | 10011 | 1110 | 100111100 | 1000101 | 110110 |
Color Harmonies of #DB3AB1
Complementary color
Monochromatic Colors of #DB3AB1
Black with #DB3AB1
Text Example
Text Example
White with #DB3AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AB1; }
p { color: rgb(219,58,177); }
H1.HeaderClassName
{
color: #DB3AB1;
}
.AnyTagClassName
{
color: #DB3AB1;
}
</style>
background-color css
<style>
a { background-color: #DB3AB1; }
a { background-color: rgb(219,58,177); }
div.DivClassName
{
background-color: #DB3AB1;
}
.BgClassName
{
background-color: #DB3AB1;
}
</style>
border-color css
<style>
span { border-color: #DB3AB1; }
span { border-color: rgb(219,58,177); }
td.TdClassName
{
border-color: #DB3AB1;
}
.TagClassName
{
border-color: #DB3AB1;
}
</style>