Shades of Persian Rose #DB3BAF
Tints of Persian Rose #DB3BAF
RGB
CMYK
RGB Variations
Color information
#DB3BAF (or 0xDB3BAF) is known color: Persian Rose. HEX triplet: DB, 3B and AF. RGB value is (219,59,175). Sum of RGB (Red+Green+Blue) = 219+59+175=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3BAF is #24C450. Grayscale: #777777. Windows color (decimal): -2409553 or 11484123. OLE color: 11484123.
HSL color Cylindrical-coordinate representation of color #DB3BAF: hue angle of 316.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BAF is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 175 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.14 |
| HSL | 316.5º | 0.69% | 0.55% | - |
| HSV(B) | 316.5º | 0.73% | 0.86% | - |
| XYZ | 38.52 | 21.28 | 42.64 | - |
| YUV | 120.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 175 | 0 | 0.73 | 0.20 | 0.14 | 316.5 | 0.69 | 0.55 |
| Hex | DB | 3B | AF | 0 | 49 | 14 | E | 13C | 45 | 37 |
| Octal | 333 | 73 | 257 | 0 | 111 | 24 | 16 | 474 | 105 | 67 |
| Binary | 11011011 | 111011 | 10101111 | 0 | 1001001 | 10100 | 1110 | 100111100 | 1000101 | 110111 |
Color Harmonies of #DB3BAF
Complementary color
Monochromatic Colors of #DB3BAF
Black with #DB3BAF
Text Example
Text Example
White with #DB3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BAF; }
p { color: rgb(219,59,175); }
H1.HeaderClassName
{
color: #DB3BAF;
}
.AnyTagClassName
{
color: #DB3BAF;
}
</style>
background-color css
<style>
a { background-color: #DB3BAF; }
a { background-color: rgb(219,59,175); }
div.DivClassName
{
background-color: #DB3BAF;
}
.BgClassName
{
background-color: #DB3BAF;
}
</style>
border-color css
<style>
span { border-color: #DB3BAF; }
span { border-color: rgb(219,59,175); }
td.TdClassName
{
border-color: #DB3BAF;
}
.TagClassName
{
border-color: #DB3BAF;
}
</style>