Shades of Persian Pink #DD70B7
Tints of Persian Pink #DD70B7
RGB
CMYK
RGB Variations
Color information
#DD70B7 (or 0xDD70B7) is known color: Persian Pink. HEX triplet: DD, 70 and B7. RGB value is (221,112,183). Sum of RGB (Red+Green+Blue) = 221+112+183=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70B7 is #228F48. Grayscale: #989898. Windows color (decimal): -2264905 or 12021981. OLE color: 12021981.
HSL color Cylindrical-coordinate representation of color #DD70B7: hue angle of 320.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70B7 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 183 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.13 |
| HSL | 320.92º | 0.62% | 0.65% | - |
| HSV(B) | 320.92º | 0.49% | 0.87% | - |
| XYZ | 44.16 | 30.38 | 48.34 | - |
| YUV | 152.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 183 | 0 | 0.49 | 0.17 | 0.13 | 320.92 | 0.62 | 0.65 |
| Hex | DD | 70 | B7 | 0 | 31 | 11 | D | 141 | 3E | 41 |
| Octal | 335 | 160 | 267 | 0 | 61 | 21 | 15 | 501 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10110111 | 0 | 110001 | 10001 | 1101 | 101000001 | 111110 | 1000001 |
Color Harmonies of #DD70B7
Complementary color
Monochromatic Colors of #DD70B7
Black with #DD70B7
Text Example
Text Example
White with #DD70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70B7; }
p { color: rgb(221,112,183); }
H1.HeaderClassName
{
color: #DD70B7;
}
.AnyTagClassName
{
color: #DD70B7;
}
</style>
background-color css
<style>
a { background-color: #DD70B7; }
a { background-color: rgb(221,112,183); }
div.DivClassName
{
background-color: #DD70B7;
}
.BgClassName
{
background-color: #DD70B7;
}
</style>
border-color css
<style>
span { border-color: #DD70B7; }
span { border-color: rgb(221,112,183); }
td.TdClassName
{
border-color: #DD70B7;
}
.TagClassName
{
border-color: #DD70B7;
}
</style>