Shades of Persian Pink #DD7BAF
Tints of Persian Pink #DD7BAF
RGB
CMYK
RGB Variations
Color information
#DD7BAF (or 0xDD7BAF) is known color: Persian Pink. HEX triplet: DD, 7B and AF. RGB value is (221,123,175). Sum of RGB (Red+Green+Blue) = 221+123+175=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAF is #228450. Grayscale: #9E9E9E. Windows color (decimal): -2262097 or 11500509. OLE color: 11500509.
HSL color Cylindrical-coordinate representation of color #DD7BAF: hue angle of 328.16º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BAF is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 175 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.13 |
| HSL | 328.16º | 0.59% | 0.67% | - |
| HSV(B) | 328.16º | 0.44% | 0.87% | - |
| XYZ | 44.64 | 32.63 | 44.5 | - |
| YUV | 158.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 175 | 0 | 0.44 | 0.21 | 0.13 | 328.16 | 0.59 | 0.67 |
| Hex | DD | 7B | AF | 0 | 2C | 15 | D | 148 | 3B | 43 |
| Octal | 335 | 173 | 257 | 0 | 54 | 25 | 15 | 510 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10101111 | 0 | 101100 | 10101 | 1101 | 101001000 | 111011 | 1000011 |
Color Harmonies of #DD7BAF
Complementary color
Monochromatic Colors of #DD7BAF
Black with #DD7BAF
Text Example
Text Example
White with #DD7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BAF; }
p { color: rgb(221,123,175); }
H1.HeaderClassName
{
color: #DD7BAF;
}
.AnyTagClassName
{
color: #DD7BAF;
}
</style>
background-color css
<style>
a { background-color: #DD7BAF; }
a { background-color: rgb(221,123,175); }
div.DivClassName
{
background-color: #DD7BAF;
}
.BgClassName
{
background-color: #DD7BAF;
}
</style>
border-color css
<style>
span { border-color: #DD7BAF; }
span { border-color: rgb(221,123,175); }
td.TdClassName
{
border-color: #DD7BAF;
}
.TagClassName
{
border-color: #DD7BAF;
}
</style>