Shades of Persian Rose #DB26A6
Tints of Persian Rose #DB26A6
RGB
CMYK
RGB Variations
Color information
#DB26A6 (or 0xDB26A6) is known color: Persian Rose. HEX triplet: DB, 26 and A6. RGB value is (219,38,166). Sum of RGB (Red+Green+Blue) = 219+38+166=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB26A6 is #24D959. Grayscale: #6A6A6A. Windows color (decimal): -2414938 or 10888923. OLE color: 10888923.
HSL color Cylindrical-coordinate representation of color #DB26A6: hue angle of 317.57º 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 #DB26A6 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 166 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.14 |
| HSL | 317.57º | 0.72% | 0.5% | - |
| HSV(B) | 317.57º | 0.83% | 0.86% | - |
| XYZ | 36.79 | 19.2 | 37.84 | - |
| YUV | 106.71 | 161.47 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 166 | 0 | 0.83 | 0.24 | 0.14 | 317.57 | 0.72 | 0.5 |
| Hex | DB | 26 | A6 | 0 | 53 | 18 | E | 13E | 48 | 32 |
| Octal | 333 | 46 | 246 | 0 | 123 | 30 | 16 | 476 | 110 | 62 |
| Binary | 11011011 | 100110 | 10100110 | 0 | 1010011 | 11000 | 1110 | 100111110 | 1001000 | 110010 |
Color Harmonies of #DB26A6
Complementary color
Monochromatic Colors of #DB26A6
Black with #DB26A6
Text Example
Text Example
White with #DB26A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26A6; }
p { color: rgb(219,38,166); }
H1.HeaderClassName
{
color: #DB26A6;
}
.AnyTagClassName
{
color: #DB26A6;
}
</style>
background-color css
<style>
a { background-color: #DB26A6; }
a { background-color: rgb(219,38,166); }
div.DivClassName
{
background-color: #DB26A6;
}
.BgClassName
{
background-color: #DB26A6;
}
</style>
border-color css
<style>
span { border-color: #DB26A6; }
span { border-color: rgb(219,38,166); }
td.TdClassName
{
border-color: #DB26A6;
}
.TagClassName
{
border-color: #DB26A6;
}
</style>