Shades of Persian Pink #DB72B0
Tints of Persian Pink #DB72B0
RGB
CMYK
RGB Variations
Color information
#DB72B0 (or 0xDB72B0) is known color: Persian Pink. HEX triplet: DB, 72 and B0. RGB value is (219,114,176). Sum of RGB (Red+Green+Blue) = 219+114+176=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72B0 is #248D4F. Grayscale: #989898. Windows color (decimal): -2395472 or 11563739. OLE color: 11563739.
HSL color Cylindrical-coordinate representation of color #DB72B0: hue angle of 324.57º 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 #DB72B0 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 176 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.14 |
| HSL | 324.57º | 0.59% | 0.65% | - |
| HSV(B) | 324.57º | 0.48% | 0.86% | - |
| XYZ | 43.07 | 30.23 | 44.64 | - |
| YUV | 152.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 176 | 0 | 0.48 | 0.20 | 0.14 | 324.57 | 0.59 | 0.65 |
| Hex | DB | 72 | B0 | 0 | 30 | 14 | E | 145 | 3B | 41 |
| Octal | 333 | 162 | 260 | 0 | 60 | 24 | 16 | 505 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10110000 | 0 | 110000 | 10100 | 1110 | 101000101 | 111011 | 1000001 |
Color Harmonies of #DB72B0
Complementary color
Monochromatic Colors of #DB72B0
Black with #DB72B0
Text Example
Text Example
White with #DB72B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72B0; }
p { color: rgb(219,114,176); }
H1.HeaderClassName
{
color: #DB72B0;
}
.AnyTagClassName
{
color: #DB72B0;
}
</style>
background-color css
<style>
a { background-color: #DB72B0; }
a { background-color: rgb(219,114,176); }
div.DivClassName
{
background-color: #DB72B0;
}
.BgClassName
{
background-color: #DB72B0;
}
</style>
border-color css
<style>
span { border-color: #DB72B0; }
span { border-color: rgb(219,114,176); }
td.TdClassName
{
border-color: #DB72B0;
}
.TagClassName
{
border-color: #DB72B0;
}
</style>