Shades of Persian Rose #DB37AD
Tints of Persian Rose #DB37AD
RGB
CMYK
RGB Variations
Color information
#DB37AD (or 0xDB37AD) is known color: Persian Rose. HEX triplet: DB, 37 and AD. RGB value is (219,55,173). Sum of RGB (Red+Green+Blue) = 219+55+173=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB37AD is #24C852. Grayscale: #757575. Windows color (decimal): -2410579 or 11352027. OLE color: 11352027.
HSL color Cylindrical-coordinate representation of color #DB37AD: hue angle of 316.83º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37AD is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 173 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.14 |
| HSL | 316.83º | 0.69% | 0.54% | - |
| HSV(B) | 316.83º | 0.75% | 0.86% | - |
| XYZ | 38.12 | 20.81 | 41.54 | - |
| YUV | 117.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 173 | 0 | 0.75 | 0.21 | 0.14 | 316.83 | 0.69 | 0.54 |
| Hex | DB | 37 | AD | 0 | 4B | 15 | E | 13D | 45 | 36 |
| Octal | 333 | 67 | 255 | 0 | 113 | 25 | 16 | 475 | 105 | 66 |
| Binary | 11011011 | 110111 | 10101101 | 0 | 1001011 | 10101 | 1110 | 100111101 | 1000101 | 110110 |
Color Harmonies of #DB37AD
Complementary color
Monochromatic Colors of #DB37AD
Black with #DB37AD
Text Example
Text Example
White with #DB37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37AD; }
p { color: rgb(219,55,173); }
H1.HeaderClassName
{
color: #DB37AD;
}
.AnyTagClassName
{
color: #DB37AD;
}
</style>
background-color css
<style>
a { background-color: #DB37AD; }
a { background-color: rgb(219,55,173); }
div.DivClassName
{
background-color: #DB37AD;
}
.BgClassName
{
background-color: #DB37AD;
}
</style>
border-color css
<style>
span { border-color: #DB37AD; }
span { border-color: rgb(219,55,173); }
td.TdClassName
{
border-color: #DB37AD;
}
.TagClassName
{
border-color: #DB37AD;
}
</style>