Shades of Persian Pink #DB7ABD
Tints of Persian Pink #DB7ABD
RGB
CMYK
RGB Variations
Color information
#DB7ABD (or 0xDB7ABD) is known color: Persian Pink. HEX triplet: DB, 7A and BD. RGB value is (219,122,189). Sum of RGB (Red+Green+Blue) = 219+122+189=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ABD is #248542. Grayscale: #9E9E9E. Windows color (decimal): -2393411 or 12417755. OLE color: 12417755.
HSL color Cylindrical-coordinate representation of color #DB7ABD: hue angle of 318.56º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7ABD is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 189 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.14 |
| HSL | 318.56º | 0.57% | 0.67% | - |
| HSV(B) | 318.56º | 0.44% | 0.86% | - |
| XYZ | 45.36 | 32.65 | 52.06 | - |
| YUV | 158.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 189 | 0 | 0.44 | 0.14 | 0.14 | 318.56 | 0.57 | 0.67 |
| Hex | DB | 7A | BD | 0 | 2C | E | E | 13F | 39 | 43 |
| Octal | 333 | 172 | 275 | 0 | 54 | 16 | 16 | 477 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10111101 | 0 | 101100 | 1110 | 1110 | 100111111 | 111001 | 1000011 |
Color Harmonies of #DB7ABD
Complementary color
Monochromatic Colors of #DB7ABD
Black with #DB7ABD
Text Example
Text Example
White with #DB7ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ABD; }
p { color: rgb(219,122,189); }
H1.HeaderClassName
{
color: #DB7ABD;
}
.AnyTagClassName
{
color: #DB7ABD;
}
</style>
background-color css
<style>
a { background-color: #DB7ABD; }
a { background-color: rgb(219,122,189); }
div.DivClassName
{
background-color: #DB7ABD;
}
.BgClassName
{
background-color: #DB7ABD;
}
</style>
border-color css
<style>
span { border-color: #DB7ABD; }
span { border-color: rgb(219,122,189); }
td.TdClassName
{
border-color: #DB7ABD;
}
.TagClassName
{
border-color: #DB7ABD;
}
</style>