Shades of Persian Pink #DB72AF
Tints of Persian Pink #DB72AF
RGB
CMYK
RGB Variations
Color information
#DB72AF (or 0xDB72AF) is known color: Persian Pink. HEX triplet: DB, 72 and AF. RGB value is (219,114,175). Sum of RGB (Red+Green+Blue) = 219+114+175=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72AF is #248D50. Grayscale: #989898. Windows color (decimal): -2395473 or 11498203. OLE color: 11498203.
HSL color Cylindrical-coordinate representation of color #DB72AF: hue angle of 325.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72AF is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 175 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.14 |
| HSL | 325.14º | 0.59% | 0.65% | - |
| HSV(B) | 325.14º | 0.48% | 0.86% | - |
| XYZ | 42.97 | 30.19 | 44.12 | - |
| YUV | 152.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 175 | 0 | 0.48 | 0.20 | 0.14 | 325.14 | 0.59 | 0.65 |
| Hex | DB | 72 | AF | 0 | 30 | 14 | E | 145 | 3B | 41 |
| Octal | 333 | 162 | 257 | 0 | 60 | 24 | 16 | 505 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10101111 | 0 | 110000 | 10100 | 1110 | 101000101 | 111011 | 1000001 |
Color Harmonies of #DB72AF
Complementary color
Monochromatic Colors of #DB72AF
Black with #DB72AF
Text Example
Text Example
White with #DB72AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72AF; }
p { color: rgb(219,114,175); }
H1.HeaderClassName
{
color: #DB72AF;
}
.AnyTagClassName
{
color: #DB72AF;
}
</style>
background-color css
<style>
a { background-color: #DB72AF; }
a { background-color: rgb(219,114,175); }
div.DivClassName
{
background-color: #DB72AF;
}
.BgClassName
{
background-color: #DB72AF;
}
</style>
border-color css
<style>
span { border-color: #DB72AF; }
span { border-color: rgb(219,114,175); }
td.TdClassName
{
border-color: #DB72AF;
}
.TagClassName
{
border-color: #DB72AF;
}
</style>