Shades of Persian Rose #DB28AB
Tints of Persian Rose #DB28AB
RGB
CMYK
RGB Variations
Color information
#DB28AB (or 0xDB28AB) is known color: Persian Rose. HEX triplet: DB, 28 and AB. RGB value is (219,40,171). Sum of RGB (Red+Green+Blue) = 219+40+171=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB28AB is #24D754. Grayscale: #6C6C6C. Windows color (decimal): -2414421 or 11217115. OLE color: 11217115.
HSL color Cylindrical-coordinate representation of color #DB28AB: hue angle of 316.09º 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 #DB28AB is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 171 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.14 |
| HSL | 316.09º | 0.71% | 0.51% | - |
| HSV(B) | 316.09º | 0.82% | 0.86% | - |
| XYZ | 37.32 | 19.52 | 40.33 | - |
| YUV | 108.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 171 | 0 | 0.82 | 0.22 | 0.14 | 316.09 | 0.71 | 0.51 |
| Hex | DB | 28 | AB | 0 | 52 | 16 | E | 13C | 47 | 33 |
| Octal | 333 | 50 | 253 | 0 | 122 | 26 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 101000 | 10101011 | 0 | 1010010 | 10110 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB28AB
Complementary color
Monochromatic Colors of #DB28AB
Black with #DB28AB
Text Example
Text Example
White with #DB28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28AB; }
p { color: rgb(219,40,171); }
H1.HeaderClassName
{
color: #DB28AB;
}
.AnyTagClassName
{
color: #DB28AB;
}
</style>
background-color css
<style>
a { background-color: #DB28AB; }
a { background-color: rgb(219,40,171); }
div.DivClassName
{
background-color: #DB28AB;
}
.BgClassName
{
background-color: #DB28AB;
}
</style>
border-color css
<style>
span { border-color: #DB28AB; }
span { border-color: rgb(219,40,171); }
td.TdClassName
{
border-color: #DB28AB;
}
.TagClassName
{
border-color: #DB28AB;
}
</style>