Shades of Persian Pink #DD7DBB
Tints of Persian Pink #DD7DBB
RGB
CMYK
RGB Variations
Color information
#DD7DBB (or 0xDD7DBB) is known color: Persian Pink. HEX triplet: DD, 7D and BB. RGB value is (221,125,187). Sum of RGB (Red+Green+Blue) = 221+125+187=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DBB is #228244. Grayscale: #A0A0A0. Windows color (decimal): -2261573 or 12287453. OLE color: 12287453.
HSL color Cylindrical-coordinate representation of color #DD7DBB: hue angle of 321.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DBB is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 187 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.13 |
| HSL | 321.25º | 0.59% | 0.68% | - |
| HSV(B) | 321.25º | 0.43% | 0.87% | - |
| XYZ | 46.12 | 33.63 | 51.07 | - |
| YUV | 160.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 187 | 0 | 0.43 | 0.15 | 0.13 | 321.25 | 0.59 | 0.68 |
| Hex | DD | 7D | BB | 0 | 2B | F | D | 141 | 3B | 44 |
| Octal | 335 | 175 | 273 | 0 | 53 | 17 | 15 | 501 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10111011 | 0 | 101011 | 1111 | 1101 | 101000001 | 111011 | 1000100 |
Color Harmonies of #DD7DBB
Complementary color
Monochromatic Colors of #DD7DBB
Black with #DD7DBB
Text Example
Text Example
White with #DD7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DBB; }
p { color: rgb(221,125,187); }
H1.HeaderClassName
{
color: #DD7DBB;
}
.AnyTagClassName
{
color: #DD7DBB;
}
</style>
background-color css
<style>
a { background-color: #DD7DBB; }
a { background-color: rgb(221,125,187); }
div.DivClassName
{
background-color: #DD7DBB;
}
.BgClassName
{
background-color: #DD7DBB;
}
</style>
border-color css
<style>
span { border-color: #DD7DBB; }
span { border-color: rgb(221,125,187); }
td.TdClassName
{
border-color: #DD7DBB;
}
.TagClassName
{
border-color: #DD7DBB;
}
</style>