Shades of Persian Pink #DD72BA
Tints of Persian Pink #DD72BA
RGB
CMYK
RGB Variations
Color information
#DD72BA (or 0xDD72BA) is known color: Persian Pink. HEX triplet: DD, 72 and BA. RGB value is (221,114,186). Sum of RGB (Red+Green+Blue) = 221+114+186=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72BA is #228D45. Grayscale: #9A9A9A. Windows color (decimal): -2264390 or 12219101. OLE color: 12219101.
HSL color Cylindrical-coordinate representation of color #DD72BA: hue angle of 319.63º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD72BA is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 186 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.13 |
| HSL | 319.63º | 0.61% | 0.66% | - |
| HSV(B) | 319.63º | 0.48% | 0.87% | - |
| XYZ | 44.7 | 30.95 | 50.07 | - |
| YUV | 154.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 186 | 0 | 0.48 | 0.16 | 0.13 | 319.63 | 0.61 | 0.66 |
| Hex | DD | 72 | BA | 0 | 30 | 10 | D | 140 | 3D | 42 |
| Octal | 335 | 162 | 272 | 0 | 60 | 20 | 15 | 500 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10111010 | 0 | 110000 | 10000 | 1101 | 101000000 | 111101 | 1000010 |
Color Harmonies of #DD72BA
Complementary color
Monochromatic Colors of #DD72BA
Black with #DD72BA
Text Example
Text Example
White with #DD72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72BA; }
p { color: rgb(221,114,186); }
H1.HeaderClassName
{
color: #DD72BA;
}
.AnyTagClassName
{
color: #DD72BA;
}
</style>
background-color css
<style>
a { background-color: #DD72BA; }
a { background-color: rgb(221,114,186); }
div.DivClassName
{
background-color: #DD72BA;
}
.BgClassName
{
background-color: #DD72BA;
}
</style>
border-color css
<style>
span { border-color: #DD72BA; }
span { border-color: rgb(221,114,186); }
td.TdClassName
{
border-color: #DD72BA;
}
.TagClassName
{
border-color: #DD72BA;
}
</style>