Shades of Persian Rose #DB3AAF
Tints of Persian Rose #DB3AAF
RGB
CMYK
RGB Variations
Color information
#DB3AAF (or 0xDB3AAF) is known color: Persian Rose. HEX triplet: DB, 3A and AF. RGB value is (219,58,175). Sum of RGB (Red+Green+Blue) = 219+58+175=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AAF is #24C550. Grayscale: #777777. Windows color (decimal): -2409809 or 11483867. OLE color: 11483867.
HSL color Cylindrical-coordinate representation of color #DB3AAF: hue angle of 316.4º 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 #DB3AAF is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 175 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.14 |
| HSL | 316.4º | 0.69% | 0.54% | - |
| HSV(B) | 316.4º | 0.74% | 0.86% | - |
| XYZ | 38.46 | 21.18 | 42.62 | - |
| YUV | 119.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 175 | 0 | 0.74 | 0.20 | 0.14 | 316.4 | 0.69 | 0.54 |
| Hex | DB | 3A | AF | 0 | 4A | 14 | E | 13C | 45 | 36 |
| Octal | 333 | 72 | 257 | 0 | 112 | 24 | 16 | 474 | 105 | 66 |
| Binary | 11011011 | 111010 | 10101111 | 0 | 1001010 | 10100 | 1110 | 100111100 | 1000101 | 110110 |
Color Harmonies of #DB3AAF
Complementary color
Monochromatic Colors of #DB3AAF
Black with #DB3AAF
Text Example
Text Example
White with #DB3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AAF; }
p { color: rgb(219,58,175); }
H1.HeaderClassName
{
color: #DB3AAF;
}
.AnyTagClassName
{
color: #DB3AAF;
}
</style>
background-color css
<style>
a { background-color: #DB3AAF; }
a { background-color: rgb(219,58,175); }
div.DivClassName
{
background-color: #DB3AAF;
}
.BgClassName
{
background-color: #DB3AAF;
}
</style>
border-color css
<style>
span { border-color: #DB3AAF; }
span { border-color: rgb(219,58,175); }
td.TdClassName
{
border-color: #DB3AAF;
}
.TagClassName
{
border-color: #DB3AAF;
}
</style>