Shades of Persian Pink #DD7BB1
Tints of Persian Pink #DD7BB1
RGB
CMYK
RGB Variations
Color information
#DD7BB1 (or 0xDD7BB1) is known color: Persian Pink. HEX triplet: DD, 7B and B1. RGB value is (221,123,177). Sum of RGB (Red+Green+Blue) = 221+123+177=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BB1 is #22844E. Grayscale: #9E9E9E. Windows color (decimal): -2262095 or 11631581. OLE color: 11631581.
HSL color Cylindrical-coordinate representation of color #DD7BB1: hue angle of 326.94º 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 #DD7BB1 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 177 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.13 |
| HSL | 326.94º | 0.59% | 0.67% | - |
| HSV(B) | 326.94º | 0.44% | 0.87% | - |
| XYZ | 44.84 | 32.71 | 45.55 | - |
| YUV | 158.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 177 | 0 | 0.44 | 0.20 | 0.13 | 326.94 | 0.59 | 0.67 |
| Hex | DD | 7B | B1 | 0 | 2C | 14 | D | 147 | 3B | 43 |
| Octal | 335 | 173 | 261 | 0 | 54 | 24 | 15 | 507 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10110001 | 0 | 101100 | 10100 | 1101 | 101000111 | 111011 | 1000011 |
Color Harmonies of #DD7BB1
Complementary color
Monochromatic Colors of #DD7BB1
Black with #DD7BB1
Text Example
Text Example
White with #DD7BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BB1; }
p { color: rgb(221,123,177); }
H1.HeaderClassName
{
color: #DD7BB1;
}
.AnyTagClassName
{
color: #DD7BB1;
}
</style>
background-color css
<style>
a { background-color: #DD7BB1; }
a { background-color: rgb(221,123,177); }
div.DivClassName
{
background-color: #DD7BB1;
}
.BgClassName
{
background-color: #DD7BB1;
}
</style>
border-color css
<style>
span { border-color: #DD7BB1; }
span { border-color: rgb(221,123,177); }
td.TdClassName
{
border-color: #DD7BB1;
}
.TagClassName
{
border-color: #DD7BB1;
}
</style>