Shades of Persian Pink #DC72BB
Tints of Persian Pink #DC72BB
RGB
CMYK
RGB Variations
Color information
#DC72BB (or 0xDC72BB) is known color: Persian Pink. HEX triplet: DC, 72 and BB. RGB value is (220,114,187). Sum of RGB (Red+Green+Blue) = 220+114+187=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72BB is #238D44. Grayscale: #999999. Windows color (decimal): -2329925 or 12284636. OLE color: 12284636.
HSL color Cylindrical-coordinate representation of color #DC72BB: hue angle of 318.68º 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 #DC72BB is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 187 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.14 |
| HSL | 318.68º | 0.6% | 0.65% | - |
| HSV(B) | 318.68º | 0.48% | 0.86% | - |
| XYZ | 44.5 | 30.84 | 50.62 | - |
| YUV | 154.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 187 | 0 | 0.48 | 0.15 | 0.14 | 318.68 | 0.6 | 0.65 |
| Hex | DC | 72 | BB | 0 | 30 | F | E | 13F | 3C | 41 |
| Octal | 334 | 162 | 273 | 0 | 60 | 17 | 16 | 477 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10111011 | 0 | 110000 | 1111 | 1110 | 100111111 | 111100 | 1000001 |
Color Harmonies of #DC72BB
Complementary color
Monochromatic Colors of #DC72BB
Black with #DC72BB
Text Example
Text Example
White with #DC72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72BB; }
p { color: rgb(220,114,187); }
H1.HeaderClassName
{
color: #DC72BB;
}
.AnyTagClassName
{
color: #DC72BB;
}
</style>
background-color css
<style>
a { background-color: #DC72BB; }
a { background-color: rgb(220,114,187); }
div.DivClassName
{
background-color: #DC72BB;
}
.BgClassName
{
background-color: #DC72BB;
}
</style>
border-color css
<style>
span { border-color: #DC72BB; }
span { border-color: rgb(220,114,187); }
td.TdClassName
{
border-color: #DC72BB;
}
.TagClassName
{
border-color: #DC72BB;
}
</style>