Shades of Persian Rose #DB36B0
Tints of Persian Rose #DB36B0
RGB
CMYK
RGB Variations
Color information
#DB36B0 (or 0xDB36B0) is known color: Persian Rose. HEX triplet: DB, 36 and B0. RGB value is (219,54,176). Sum of RGB (Red+Green+Blue) = 219+54+176=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36B0 is #24C94F. Grayscale: #747474. Windows color (decimal): -2410832 or 11548379. OLE color: 11548379.
HSL color Cylindrical-coordinate representation of color #DB36B0: hue angle of 315.64º degrees, saturation: 0.7, 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 #DB36B0 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 176 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.14 |
| HSL | 315.64º | 0.7% | 0.54% | - |
| HSV(B) | 315.64º | 0.75% | 0.86% | - |
| XYZ | 38.37 | 20.83 | 43.07 | - |
| YUV | 117.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 176 | 0 | 0.75 | 0.20 | 0.14 | 315.64 | 0.7 | 0.54 |
| Hex | DB | 36 | B0 | 0 | 4B | 14 | E | 13C | 46 | 36 |
| Octal | 333 | 66 | 260 | 0 | 113 | 24 | 16 | 474 | 106 | 66 |
| Binary | 11011011 | 110110 | 10110000 | 0 | 1001011 | 10100 | 1110 | 100111100 | 1000110 | 110110 |
Color Harmonies of #DB36B0
Complementary color
Monochromatic Colors of #DB36B0
Black with #DB36B0
Text Example
Text Example
White with #DB36B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36B0; }
p { color: rgb(219,54,176); }
H1.HeaderClassName
{
color: #DB36B0;
}
.AnyTagClassName
{
color: #DB36B0;
}
</style>
background-color css
<style>
a { background-color: #DB36B0; }
a { background-color: rgb(219,54,176); }
div.DivClassName
{
background-color: #DB36B0;
}
.BgClassName
{
background-color: #DB36B0;
}
</style>
border-color css
<style>
span { border-color: #DB36B0; }
span { border-color: rgb(219,54,176); }
td.TdClassName
{
border-color: #DB36B0;
}
.TagClassName
{
border-color: #DB36B0;
}
</style>