Shades of Persian Rose #DB28AA
Tints of Persian Rose #DB28AA
RGB
CMYK
RGB Variations
Color information
#DB28AA (or 0xDB28AA) is known color: Persian Rose. HEX triplet: DB, 28 and AA. RGB value is (219,40,170). Sum of RGB (Red+Green+Blue) = 219+40+170=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB28AA is #24D755. Grayscale: #6C6C6C. Windows color (decimal): -2414422 or 11151579. OLE color: 11151579.
HSL color Cylindrical-coordinate representation of color #DB28AA: hue angle of 316.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28AA is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 170 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.14 |
| HSL | 316.42º | 0.71% | 0.51% | - |
| HSV(B) | 316.42º | 0.82% | 0.86% | - |
| XYZ | 37.23 | 19.48 | 39.83 | - |
| YUV | 108.34 | 162.8 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 170 | 0 | 0.82 | 0.22 | 0.14 | 316.42 | 0.71 | 0.51 |
| Hex | DB | 28 | AA | 0 | 52 | 16 | E | 13C | 47 | 33 |
| Octal | 333 | 50 | 252 | 0 | 122 | 26 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 101000 | 10101010 | 0 | 1010010 | 10110 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB28AA
Complementary color
Monochromatic Colors of #DB28AA
Black with #DB28AA
Text Example
Text Example
White with #DB28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28AA; }
p { color: rgb(219,40,170); }
H1.HeaderClassName
{
color: #DB28AA;
}
.AnyTagClassName
{
color: #DB28AA;
}
</style>
background-color css
<style>
a { background-color: #DB28AA; }
a { background-color: rgb(219,40,170); }
div.DivClassName
{
background-color: #DB28AA;
}
.BgClassName
{
background-color: #DB28AA;
}
</style>
border-color css
<style>
span { border-color: #DB28AA; }
span { border-color: rgb(219,40,170); }
td.TdClassName
{
border-color: #DB28AA;
}
.TagClassName
{
border-color: #DB28AA;
}
</style>