Shades of Persian Rose #DB33B1
Tints of Persian Rose #DB33B1
RGB
CMYK
RGB Variations
Color information
#DB33B1 (or 0xDB33B1) is known color: Persian Rose. HEX triplet: DB, 33 and B1. RGB value is (219,51,177). Sum of RGB (Red+Green+Blue) = 219+51+177=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB33B1 is #24CC4E. Grayscale: #737373. Windows color (decimal): -2411599 or 11613147. OLE color: 11613147.
HSL color Cylindrical-coordinate representation of color #DB33B1: hue angle of 315º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33B1 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 177 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.14 |
| HSL | 315º | 0.7% | 0.53% | - |
| HSV(B) | 315º | 0.77% | 0.86% | - |
| XYZ | 38.33 | 20.6 | 43.55 | - |
| YUV | 115.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 177 | 0 | 0.77 | 0.19 | 0.14 | 315 | 0.7 | 0.53 |
| Hex | DB | 33 | B1 | 0 | 4D | 13 | E | 13B | 46 | 35 |
| Octal | 333 | 63 | 261 | 0 | 115 | 23 | 16 | 473 | 106 | 65 |
| Binary | 11011011 | 110011 | 10110001 | 0 | 1001101 | 10011 | 1110 | 100111011 | 1000110 | 110101 |
Color Harmonies of #DB33B1
Complementary color
Monochromatic Colors of #DB33B1
Black with #DB33B1
Text Example
Text Example
White with #DB33B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33B1; }
p { color: rgb(219,51,177); }
H1.HeaderClassName
{
color: #DB33B1;
}
.AnyTagClassName
{
color: #DB33B1;
}
</style>
background-color css
<style>
a { background-color: #DB33B1; }
a { background-color: rgb(219,51,177); }
div.DivClassName
{
background-color: #DB33B1;
}
.BgClassName
{
background-color: #DB33B1;
}
</style>
border-color css
<style>
span { border-color: #DB33B1; }
span { border-color: rgb(219,51,177); }
td.TdClassName
{
border-color: #DB33B1;
}
.TagClassName
{
border-color: #DB33B1;
}
</style>