Shades of Persian Pink #DD7BBD
Tints of Persian Pink #DD7BBD
RGB
CMYK
RGB Variations
Color information
#DD7BBD (or 0xDD7BBD) is known color: Persian Pink. HEX triplet: DD, 7B and BD. RGB value is (221,123,189). Sum of RGB (Red+Green+Blue) = 221+123+189=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBD is #228442. Grayscale: #9F9F9F. Windows color (decimal): -2262083 or 12418013. OLE color: 12418013.
HSL color Cylindrical-coordinate representation of color #DD7BBD: hue angle of 319.59º 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 #DD7BBD is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 189 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.13 |
| HSL | 319.59º | 0.59% | 0.67% | - |
| HSV(B) | 319.59º | 0.44% | 0.87% | - |
| XYZ | 46.09 | 33.21 | 52.13 | - |
| YUV | 159.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 189 | 0 | 0.44 | 0.14 | 0.13 | 319.59 | 0.59 | 0.67 |
| Hex | DD | 7B | BD | 0 | 2C | E | D | 140 | 3B | 43 |
| Octal | 335 | 173 | 275 | 0 | 54 | 16 | 15 | 500 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10111101 | 0 | 101100 | 1110 | 1101 | 101000000 | 111011 | 1000011 |
Color Harmonies of #DD7BBD
Complementary color
Monochromatic Colors of #DD7BBD
Black with #DD7BBD
Text Example
Text Example
White with #DD7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BBD; }
p { color: rgb(221,123,189); }
H1.HeaderClassName
{
color: #DD7BBD;
}
.AnyTagClassName
{
color: #DD7BBD;
}
</style>
background-color css
<style>
a { background-color: #DD7BBD; }
a { background-color: rgb(221,123,189); }
div.DivClassName
{
background-color: #DD7BBD;
}
.BgClassName
{
background-color: #DD7BBD;
}
</style>
border-color css
<style>
span { border-color: #DD7BBD; }
span { border-color: rgb(221,123,189); }
td.TdClassName
{
border-color: #DD7BBD;
}
.TagClassName
{
border-color: #DD7BBD;
}
</style>