Shades of Persian Rose #DB38AF
Tints of Persian Rose #DB38AF
RGB
CMYK
RGB Variations
Color information
#DB38AF (or 0xDB38AF) is known color: Persian Rose. HEX triplet: DB, 38 and AF. RGB value is (219,56,175). Sum of RGB (Red+Green+Blue) = 219+56+175=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38AF is #24C750. Grayscale: #757575. Windows color (decimal): -2410321 or 11483355. OLE color: 11483355.
HSL color Cylindrical-coordinate representation of color #DB38AF: hue angle of 316.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB38AF is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 175 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.14 |
| HSL | 316.2º | 0.69% | 0.54% | - |
| HSV(B) | 316.2º | 0.74% | 0.86% | - |
| XYZ | 38.37 | 20.98 | 42.59 | - |
| YUV | 118.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 175 | 0 | 0.74 | 0.20 | 0.14 | 316.2 | 0.69 | 0.54 |
| Hex | DB | 38 | AF | 0 | 4A | 14 | E | 13C | 45 | 36 |
| Octal | 333 | 70 | 257 | 0 | 112 | 24 | 16 | 474 | 105 | 66 |
| Binary | 11011011 | 111000 | 10101111 | 0 | 1001010 | 10100 | 1110 | 100111100 | 1000101 | 110110 |
Color Harmonies of #DB38AF
Complementary color
Monochromatic Colors of #DB38AF
Black with #DB38AF
Text Example
Text Example
White with #DB38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38AF; }
p { color: rgb(219,56,175); }
H1.HeaderClassName
{
color: #DB38AF;
}
.AnyTagClassName
{
color: #DB38AF;
}
</style>
background-color css
<style>
a { background-color: #DB38AF; }
a { background-color: rgb(219,56,175); }
div.DivClassName
{
background-color: #DB38AF;
}
.BgClassName
{
background-color: #DB38AF;
}
</style>
border-color css
<style>
span { border-color: #DB38AF; }
span { border-color: rgb(219,56,175); }
td.TdClassName
{
border-color: #DB38AF;
}
.TagClassName
{
border-color: #DB38AF;
}
</style>