Shades of Persian Pink #DC72B9
Tints of Persian Pink #DC72B9
RGB
CMYK
RGB Variations
Color information
#DC72B9 (or 0xDC72B9) is known color: Persian Pink. HEX triplet: DC, 72 and B9. RGB value is (220,114,185). Sum of RGB (Red+Green+Blue) = 220+114+185=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72B9 is #238D46. Grayscale: #999999. Windows color (decimal): -2329927 or 12153564. OLE color: 12153564.
HSL color Cylindrical-coordinate representation of color #DC72B9: hue angle of 319.81º degrees, saturation: 0.6, 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 #DC72B9 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 185 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.14 |
| HSL | 319.81º | 0.6% | 0.65% | - |
| HSV(B) | 319.81º | 0.48% | 0.86% | - |
| XYZ | 44.29 | 30.75 | 49.5 | - |
| YUV | 153.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 185 | 0 | 0.48 | 0.16 | 0.14 | 319.81 | 0.6 | 0.65 |
| Hex | DC | 72 | B9 | 0 | 30 | 10 | E | 140 | 3C | 41 |
| Octal | 334 | 162 | 271 | 0 | 60 | 20 | 16 | 500 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10111001 | 0 | 110000 | 10000 | 1110 | 101000000 | 111100 | 1000001 |
Color Harmonies of #DC72B9
Complementary color
Monochromatic Colors of #DC72B9
Black with #DC72B9
Text Example
Text Example
White with #DC72B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72B9; }
p { color: rgb(220,114,185); }
H1.HeaderClassName
{
color: #DC72B9;
}
.AnyTagClassName
{
color: #DC72B9;
}
</style>
background-color css
<style>
a { background-color: #DC72B9; }
a { background-color: rgb(220,114,185); }
div.DivClassName
{
background-color: #DC72B9;
}
.BgClassName
{
background-color: #DC72B9;
}
</style>
border-color css
<style>
span { border-color: #DC72B9; }
span { border-color: rgb(220,114,185); }
td.TdClassName
{
border-color: #DC72B9;
}
.TagClassName
{
border-color: #DC72B9;
}
</style>