Shades of Persian Rose #DB26A8
Tints of Persian Rose #DB26A8
RGB
CMYK
RGB Variations
Color information
#DB26A8 (or 0xDB26A8) is known color: Persian Rose. HEX triplet: DB, 26 and A8. RGB value is (219,38,168). Sum of RGB (Red+Green+Blue) = 219+38+168=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB26A8 is #24D957. Grayscale: #6A6A6A. Windows color (decimal): -2414936 or 11019995. OLE color: 11019995.
HSL color Cylindrical-coordinate representation of color #DB26A8: hue angle of 316.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26A8 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 168 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.14 |
| HSL | 316.91º | 0.72% | 0.5% | - |
| HSV(B) | 316.91º | 0.83% | 0.86% | - |
| XYZ | 36.97 | 19.27 | 38.82 | - |
| YUV | 106.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 168 | 0 | 0.83 | 0.23 | 0.14 | 316.91 | 0.72 | 0.5 |
| Hex | DB | 26 | A8 | 0 | 53 | 17 | E | 13D | 48 | 32 |
| Octal | 333 | 46 | 250 | 0 | 123 | 27 | 16 | 475 | 110 | 62 |
| Binary | 11011011 | 100110 | 10101000 | 0 | 1010011 | 10111 | 1110 | 100111101 | 1001000 | 110010 |
Color Harmonies of #DB26A8
Complementary color
Monochromatic Colors of #DB26A8
Black with #DB26A8
Text Example
Text Example
White with #DB26A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26A8; }
p { color: rgb(219,38,168); }
H1.HeaderClassName
{
color: #DB26A8;
}
.AnyTagClassName
{
color: #DB26A8;
}
</style>
background-color css
<style>
a { background-color: #DB26A8; }
a { background-color: rgb(219,38,168); }
div.DivClassName
{
background-color: #DB26A8;
}
.BgClassName
{
background-color: #DB26A8;
}
</style>
border-color css
<style>
span { border-color: #DB26A8; }
span { border-color: rgb(219,38,168); }
td.TdClassName
{
border-color: #DB26A8;
}
.TagClassName
{
border-color: #DB26A8;
}
</style>