Shades of Persian Pink #DD7BBB
Tints of Persian Pink #DD7BBB
RGB
CMYK
RGB Variations
Color information
#DD7BBB (or 0xDD7BBB) is known color: Persian Pink. HEX triplet: DD, 7B and BB. RGB value is (221,123,187). Sum of RGB (Red+Green+Blue) = 221+123+187=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBB is #228444. Grayscale: #9F9F9F. Windows color (decimal): -2262085 or 12286941. OLE color: 12286941.
HSL color Cylindrical-coordinate representation of color #DD7BBB: hue angle of 320.82º 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 #DD7BBB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 187 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.13 |
| HSL | 320.82º | 0.59% | 0.67% | - |
| HSV(B) | 320.82º | 0.44% | 0.87% | - |
| XYZ | 45.87 | 33.13 | 50.99 | - |
| YUV | 159.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 187 | 0 | 0.44 | 0.15 | 0.13 | 320.82 | 0.59 | 0.67 |
| Hex | DD | 7B | BB | 0 | 2C | F | D | 141 | 3B | 43 |
| Octal | 335 | 173 | 273 | 0 | 54 | 17 | 15 | 501 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10111011 | 0 | 101100 | 1111 | 1101 | 101000001 | 111011 | 1000011 |
Color Harmonies of #DD7BBB
Complementary color
Monochromatic Colors of #DD7BBB
Black with #DD7BBB
Text Example
Text Example
White with #DD7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BBB; }
p { color: rgb(221,123,187); }
H1.HeaderClassName
{
color: #DD7BBB;
}
.AnyTagClassName
{
color: #DD7BBB;
}
</style>
background-color css
<style>
a { background-color: #DD7BBB; }
a { background-color: rgb(221,123,187); }
div.DivClassName
{
background-color: #DD7BBB;
}
.BgClassName
{
background-color: #DD7BBB;
}
</style>
border-color css
<style>
span { border-color: #DD7BBB; }
span { border-color: rgb(221,123,187); }
td.TdClassName
{
border-color: #DD7BBB;
}
.TagClassName
{
border-color: #DD7BBB;
}
</style>