Shades of Persian Pink #DB7AB4
Tints of Persian Pink #DB7AB4
RGB
CMYK
RGB Variations
Color information
#DB7AB4 (or 0xDB7AB4) is known color: Persian Pink. HEX triplet: DB, 7A and B4. RGB value is (219,122,180). Sum of RGB (Red+Green+Blue) = 219+122+180=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AB4 is #24854B. Grayscale: #9D9D9D. Windows color (decimal): -2393420 or 11827931. OLE color: 11827931.
HSL color Cylindrical-coordinate representation of color #DB7AB4: hue angle of 324.12º 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 #DB7AB4 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 180 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.14 |
| HSL | 324.12º | 0.57% | 0.67% | - |
| HSV(B) | 324.12º | 0.44% | 0.86% | - |
| XYZ | 44.41 | 32.27 | 47.07 | - |
| YUV | 157.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 180 | 0 | 0.44 | 0.18 | 0.14 | 324.12 | 0.57 | 0.67 |
| Hex | DB | 7A | B4 | 0 | 2C | 12 | E | 144 | 39 | 43 |
| Octal | 333 | 172 | 264 | 0 | 54 | 22 | 16 | 504 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10110100 | 0 | 101100 | 10010 | 1110 | 101000100 | 111001 | 1000011 |
Color Harmonies of #DB7AB4
Complementary color
Monochromatic Colors of #DB7AB4
Black with #DB7AB4
Text Example
Text Example
White with #DB7AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AB4; }
p { color: rgb(219,122,180); }
H1.HeaderClassName
{
color: #DB7AB4;
}
.AnyTagClassName
{
color: #DB7AB4;
}
</style>
background-color css
<style>
a { background-color: #DB7AB4; }
a { background-color: rgb(219,122,180); }
div.DivClassName
{
background-color: #DB7AB4;
}
.BgClassName
{
background-color: #DB7AB4;
}
</style>
border-color css
<style>
span { border-color: #DB7AB4; }
span { border-color: rgb(219,122,180); }
td.TdClassName
{
border-color: #DB7AB4;
}
.TagClassName
{
border-color: #DB7AB4;
}
</style>