Shades of Persian Pink #DB77AF
Tints of Persian Pink #DB77AF
RGB
CMYK
RGB Variations
Color information
#DB77AF (or 0xDB77AF) is known color: Persian Pink. HEX triplet: DB, 77 and AF. RGB value is (219,119,175). Sum of RGB (Red+Green+Blue) = 219+119+175=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77AF is #248850. Grayscale: #9B9B9B. Windows color (decimal): -2394193 or 11499483. OLE color: 11499483.
HSL color Cylindrical-coordinate representation of color #DB77AF: hue angle of 326.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77AF is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 175 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.14 |
| HSL | 326.4º | 0.58% | 0.66% | - |
| HSV(B) | 326.4º | 0.46% | 0.86% | - |
| XYZ | 43.55 | 31.35 | 44.31 | - |
| YUV | 155.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 175 | 0 | 0.46 | 0.20 | 0.14 | 326.4 | 0.58 | 0.66 |
| Hex | DB | 77 | AF | 0 | 2E | 14 | E | 146 | 3A | 42 |
| Octal | 333 | 167 | 257 | 0 | 56 | 24 | 16 | 506 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10101111 | 0 | 101110 | 10100 | 1110 | 101000110 | 111010 | 1000010 |
Color Harmonies of #DB77AF
Complementary color
Monochromatic Colors of #DB77AF
Black with #DB77AF
Text Example
Text Example
White with #DB77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77AF; }
p { color: rgb(219,119,175); }
H1.HeaderClassName
{
color: #DB77AF;
}
.AnyTagClassName
{
color: #DB77AF;
}
</style>
background-color css
<style>
a { background-color: #DB77AF; }
a { background-color: rgb(219,119,175); }
div.DivClassName
{
background-color: #DB77AF;
}
.BgClassName
{
background-color: #DB77AF;
}
</style>
border-color css
<style>
span { border-color: #DB77AF; }
span { border-color: rgb(219,119,175); }
td.TdClassName
{
border-color: #DB77AF;
}
.TagClassName
{
border-color: #DB77AF;
}
</style>