Shades of Persian Pink #DD72BD
Tints of Persian Pink #DD72BD
RGB
CMYK
RGB Variations
Color information
#DD72BD (or 0xDD72BD) is known color: Persian Pink. HEX triplet: DD, 72 and BD. RGB value is (221,114,189). Sum of RGB (Red+Green+Blue) = 221+114+189=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72BD is #228D42. Grayscale: #9A9A9A. Windows color (decimal): -2264387 or 12415709. OLE color: 12415709.
HSL color Cylindrical-coordinate representation of color #DD72BD: hue angle of 317.94º 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 #DD72BD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 189 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.13 |
| HSL | 317.94º | 0.61% | 0.66% | - |
| HSV(B) | 317.94º | 0.48% | 0.87% | - |
| XYZ | 45.02 | 31.08 | 51.77 | - |
| YUV | 154.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 189 | 0 | 0.48 | 0.14 | 0.13 | 317.94 | 0.61 | 0.66 |
| Hex | DD | 72 | BD | 0 | 30 | E | D | 13E | 3D | 42 |
| Octal | 335 | 162 | 275 | 0 | 60 | 16 | 15 | 476 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10111101 | 0 | 110000 | 1110 | 1101 | 100111110 | 111101 | 1000010 |
Color Harmonies of #DD72BD
Complementary color
Monochromatic Colors of #DD72BD
Black with #DD72BD
Text Example
Text Example
White with #DD72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72BD; }
p { color: rgb(221,114,189); }
H1.HeaderClassName
{
color: #DD72BD;
}
.AnyTagClassName
{
color: #DD72BD;
}
</style>
background-color css
<style>
a { background-color: #DD72BD; }
a { background-color: rgb(221,114,189); }
div.DivClassName
{
background-color: #DD72BD;
}
.BgClassName
{
background-color: #DD72BD;
}
</style>
border-color css
<style>
span { border-color: #DD72BD; }
span { border-color: rgb(221,114,189); }
td.TdClassName
{
border-color: #DD72BD;
}
.TagClassName
{
border-color: #DD72BD;
}
</style>