Shades of Persian Rose #DB23A5
Tints of Persian Rose #DB23A5
RGB
CMYK
RGB Variations
Color information
#DB23A5 (or 0xDB23A5) is known color: Persian Rose. HEX triplet: DB, 23 and A5. RGB value is (219,35,165). Sum of RGB (Red+Green+Blue) = 219+35+165=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23A5 is #24DC5A. Grayscale: #686868. Windows color (decimal): -2415707 or 10822619. OLE color: 10822619.
HSL color Cylindrical-coordinate representation of color #DB23A5: hue angle of 317.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB23A5 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 165 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.14 |
| HSL | 317.61º | 0.72% | 0.5% | - |
| HSV(B) | 317.61º | 0.84% | 0.86% | - |
| XYZ | 36.61 | 18.98 | 37.33 | - |
| YUV | 104.84 | 161.96 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 165 | 0 | 0.84 | 0.25 | 0.14 | 317.61 | 0.72 | 0.5 |
| Hex | DB | 23 | A5 | 0 | 54 | 19 | E | 13E | 48 | 32 |
| Octal | 333 | 43 | 245 | 0 | 124 | 31 | 16 | 476 | 110 | 62 |
| Binary | 11011011 | 100011 | 10100101 | 0 | 1010100 | 11001 | 1110 | 100111110 | 1001000 | 110010 |
Color Harmonies of #DB23A5
Complementary color
Monochromatic Colors of #DB23A5
Black with #DB23A5
Text Example
Text Example
White with #DB23A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23A5; }
p { color: rgb(219,35,165); }
H1.HeaderClassName
{
color: #DB23A5;
}
.AnyTagClassName
{
color: #DB23A5;
}
</style>
background-color css
<style>
a { background-color: #DB23A5; }
a { background-color: rgb(219,35,165); }
div.DivClassName
{
background-color: #DB23A5;
}
.BgClassName
{
background-color: #DB23A5;
}
</style>
border-color css
<style>
span { border-color: #DB23A5; }
span { border-color: rgb(219,35,165); }
td.TdClassName
{
border-color: #DB23A5;
}
.TagClassName
{
border-color: #DB23A5;
}
</style>