Shades of Persian Pink #DB72B5
Tints of Persian Pink #DB72B5
RGB
CMYK
RGB Variations
Color information
#DB72B5 (or 0xDB72B5) is known color: Persian Pink. HEX triplet: DB, 72 and B5. RGB value is (219,114,181). Sum of RGB (Red+Green+Blue) = 219+114+181=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72B5 is #248D4A. Grayscale: #989898. Windows color (decimal): -2395467 or 11891419. OLE color: 11891419.
HSL color Cylindrical-coordinate representation of color #DB72B5: hue angle of 321.71º 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 #DB72B5 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 181 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.14 |
| HSL | 321.71º | 0.59% | 0.65% | - |
| HSV(B) | 321.71º | 0.48% | 0.86% | - |
| XYZ | 43.57 | 30.43 | 47.29 | - |
| YUV | 153.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 181 | 0 | 0.48 | 0.17 | 0.14 | 321.71 | 0.59 | 0.65 |
| Hex | DB | 72 | B5 | 0 | 30 | 11 | E | 142 | 3B | 41 |
| Octal | 333 | 162 | 265 | 0 | 60 | 21 | 16 | 502 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10110101 | 0 | 110000 | 10001 | 1110 | 101000010 | 111011 | 1000001 |
Color Harmonies of #DB72B5
Complementary color
Monochromatic Colors of #DB72B5
Black with #DB72B5
Text Example
Text Example
White with #DB72B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72B5; }
p { color: rgb(219,114,181); }
H1.HeaderClassName
{
color: #DB72B5;
}
.AnyTagClassName
{
color: #DB72B5;
}
</style>
background-color css
<style>
a { background-color: #DB72B5; }
a { background-color: rgb(219,114,181); }
div.DivClassName
{
background-color: #DB72B5;
}
.BgClassName
{
background-color: #DB72B5;
}
</style>
border-color css
<style>
span { border-color: #DB72B5; }
span { border-color: rgb(219,114,181); }
td.TdClassName
{
border-color: #DB72B5;
}
.TagClassName
{
border-color: #DB72B5;
}
</style>