Shades of Persian Rose #DB37B1
Tints of Persian Rose #DB37B1
RGB
CMYK
RGB Variations
Color information
#DB37B1 (or 0xDB37B1) is known color: Persian Rose. HEX triplet: DB, 37 and B1. RGB value is (219,55,177). Sum of RGB (Red+Green+Blue) = 219+55+177=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB37B1 is #24C84E. Grayscale: #757575. Windows color (decimal): -2410575 or 11614171. OLE color: 11614171.
HSL color Cylindrical-coordinate representation of color #DB37B1: hue angle of 315.37º 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 #DB37B1 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 177 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.14 |
| HSL | 315.37º | 0.69% | 0.54% | - |
| HSV(B) | 315.37º | 0.75% | 0.86% | - |
| XYZ | 38.52 | 20.97 | 43.61 | - |
| YUV | 117.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 177 | 0 | 0.75 | 0.19 | 0.14 | 315.37 | 0.69 | 0.54 |
| Hex | DB | 37 | B1 | 0 | 4B | 13 | E | 13B | 45 | 36 |
| Octal | 333 | 67 | 261 | 0 | 113 | 23 | 16 | 473 | 105 | 66 |
| Binary | 11011011 | 110111 | 10110001 | 0 | 1001011 | 10011 | 1110 | 100111011 | 1000101 | 110110 |
Color Harmonies of #DB37B1
Complementary color
Monochromatic Colors of #DB37B1
Black with #DB37B1
Text Example
Text Example
White with #DB37B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37B1; }
p { color: rgb(219,55,177); }
H1.HeaderClassName
{
color: #DB37B1;
}
.AnyTagClassName
{
color: #DB37B1;
}
</style>
background-color css
<style>
a { background-color: #DB37B1; }
a { background-color: rgb(219,55,177); }
div.DivClassName
{
background-color: #DB37B1;
}
.BgClassName
{
background-color: #DB37B1;
}
</style>
border-color css
<style>
span { border-color: #DB37B1; }
span { border-color: rgb(219,55,177); }
td.TdClassName
{
border-color: #DB37B1;
}
.TagClassName
{
border-color: #DB37B1;
}
</style>