Shades of Persian Pink #DD7BBE
Tints of Persian Pink #DD7BBE
RGB
CMYK
RGB Variations
Color information
#DD7BBE (or 0xDD7BBE) is known color: Persian Pink. HEX triplet: DD, 7B and BE. RGB value is (221,123,190). Sum of RGB (Red+Green+Blue) = 221+123+190=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBE is #228441. Grayscale: #9F9F9F. Windows color (decimal): -2262082 or 12483549. OLE color: 12483549.
HSL color Cylindrical-coordinate representation of color #DD7BBE: hue angle of 318.98º 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 #DD7BBE is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 190 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.13 |
| HSL | 318.98º | 0.59% | 0.67% | - |
| HSV(B) | 318.98º | 0.44% | 0.87% | - |
| XYZ | 46.2 | 33.26 | 52.7 | - |
| YUV | 159.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 190 | 0 | 0.44 | 0.14 | 0.13 | 318.98 | 0.59 | 0.67 |
| Hex | DD | 7B | BE | 0 | 2C | E | D | 13F | 3B | 43 |
| Octal | 335 | 173 | 276 | 0 | 54 | 16 | 15 | 477 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10111110 | 0 | 101100 | 1110 | 1101 | 100111111 | 111011 | 1000011 |
Color Harmonies of #DD7BBE
Complementary color
Monochromatic Colors of #DD7BBE
Black with #DD7BBE
Text Example
Text Example
White with #DD7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BBE; }
p { color: rgb(221,123,190); }
H1.HeaderClassName
{
color: #DD7BBE;
}
.AnyTagClassName
{
color: #DD7BBE;
}
</style>
background-color css
<style>
a { background-color: #DD7BBE; }
a { background-color: rgb(221,123,190); }
div.DivClassName
{
background-color: #DD7BBE;
}
.BgClassName
{
background-color: #DD7BBE;
}
</style>
border-color css
<style>
span { border-color: #DD7BBE; }
span { border-color: rgb(221,123,190); }
td.TdClassName
{
border-color: #DD7BBE;
}
.TagClassName
{
border-color: #DD7BBE;
}
</style>