Shades of Persian Rose #DB35AD
Tints of Persian Rose #DB35AD
RGB
CMYK
RGB Variations
Color information
#DB35AD (or 0xDB35AD) is known color: Persian Rose. HEX triplet: DB, 35 and AD. RGB value is (219,53,173). Sum of RGB (Red+Green+Blue) = 219+53+173=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35AD is #24CA52. Grayscale: #747474. Windows color (decimal): -2411091 or 11351515. OLE color: 11351515.
HSL color Cylindrical-coordinate representation of color #DB35AD: hue angle of 316.63º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35AD is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 173 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.14 |
| HSL | 316.63º | 0.7% | 0.53% | - |
| HSV(B) | 316.63º | 0.76% | 0.86% | - |
| XYZ | 38.03 | 20.62 | 41.51 | - |
| YUV | 116.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 173 | 0 | 0.76 | 0.21 | 0.14 | 316.63 | 0.7 | 0.53 |
| Hex | DB | 35 | AD | 0 | 4C | 15 | E | 13D | 46 | 35 |
| Octal | 333 | 65 | 255 | 0 | 114 | 25 | 16 | 475 | 106 | 65 |
| Binary | 11011011 | 110101 | 10101101 | 0 | 1001100 | 10101 | 1110 | 100111101 | 1000110 | 110101 |
Color Harmonies of #DB35AD
Complementary color
Monochromatic Colors of #DB35AD
Black with #DB35AD
Text Example
Text Example
White with #DB35AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35AD; }
p { color: rgb(219,53,173); }
H1.HeaderClassName
{
color: #DB35AD;
}
.AnyTagClassName
{
color: #DB35AD;
}
</style>
background-color css
<style>
a { background-color: #DB35AD; }
a { background-color: rgb(219,53,173); }
div.DivClassName
{
background-color: #DB35AD;
}
.BgClassName
{
background-color: #DB35AD;
}
</style>
border-color css
<style>
span { border-color: #DB35AD; }
span { border-color: rgb(219,53,173); }
td.TdClassName
{
border-color: #DB35AD;
}
.TagClassName
{
border-color: #DB35AD;
}
</style>