Shades of Persian Rose #DB27AA
Tints of Persian Rose #DB27AA
RGB
CMYK
RGB Variations
Color information
#DB27AA (or 0xDB27AA) is known color: Persian Rose. HEX triplet: DB, 27 and AA. RGB value is (219,39,170). Sum of RGB (Red+Green+Blue) = 219+39+170=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB27AA is #24D855. Grayscale: #6B6B6B. Windows color (decimal): -2414678 or 11151323. OLE color: 11151323.
HSL color Cylindrical-coordinate representation of color #DB27AA: hue angle of 316.33º 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 #DB27AA is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 170 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.14 |
| HSL | 316.33º | 0.71% | 0.51% | - |
| HSV(B) | 316.33º | 0.82% | 0.86% | - |
| XYZ | 37.19 | 19.41 | 39.82 | - |
| YUV | 107.75 | 163.13 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 170 | 0 | 0.82 | 0.22 | 0.14 | 316.33 | 0.71 | 0.51 |
| Hex | DB | 27 | AA | 0 | 52 | 16 | E | 13C | 47 | 33 |
| Octal | 333 | 47 | 252 | 0 | 122 | 26 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 100111 | 10101010 | 0 | 1010010 | 10110 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB27AA
Complementary color
Monochromatic Colors of #DB27AA
Black with #DB27AA
Text Example
Text Example
White with #DB27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27AA; }
p { color: rgb(219,39,170); }
H1.HeaderClassName
{
color: #DB27AA;
}
.AnyTagClassName
{
color: #DB27AA;
}
</style>
background-color css
<style>
a { background-color: #DB27AA; }
a { background-color: rgb(219,39,170); }
div.DivClassName
{
background-color: #DB27AA;
}
.BgClassName
{
background-color: #DB27AA;
}
</style>
border-color css
<style>
span { border-color: #DB27AA; }
span { border-color: rgb(219,39,170); }
td.TdClassName
{
border-color: #DB27AA;
}
.TagClassName
{
border-color: #DB27AA;
}
</style>