Shades of Persian Pink #DD7CB0
Tints of Persian Pink #DD7CB0
RGB
CMYK
RGB Variations
Color information
#DD7CB0 (or 0xDD7CB0) is known color: Persian Pink. HEX triplet: DD, 7C and B0. RGB value is (221,124,176). Sum of RGB (Red+Green+Blue) = 221+124+176=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CB0 is #22834F. Grayscale: #9E9E9E. Windows color (decimal): -2261840 or 11566301. OLE color: 11566301.
HSL color Cylindrical-coordinate representation of color #DD7CB0: hue angle of 327.84º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CB0 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 176 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.13 |
| HSL | 327.84º | 0.59% | 0.68% | - |
| HSV(B) | 327.84º | 0.44% | 0.87% | - |
| XYZ | 44.86 | 32.92 | 45.06 | - |
| YUV | 158.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 176 | 0 | 0.44 | 0.20 | 0.13 | 327.84 | 0.59 | 0.68 |
| Hex | DD | 7C | B0 | 0 | 2C | 14 | D | 148 | 3B | 44 |
| Octal | 335 | 174 | 260 | 0 | 54 | 24 | 15 | 510 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10110000 | 0 | 101100 | 10100 | 1101 | 101001000 | 111011 | 1000100 |
Color Harmonies of #DD7CB0
Complementary color
Monochromatic Colors of #DD7CB0
Black with #DD7CB0
Text Example
Text Example
White with #DD7CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CB0; }
p { color: rgb(221,124,176); }
H1.HeaderClassName
{
color: #DD7CB0;
}
.AnyTagClassName
{
color: #DD7CB0;
}
</style>
background-color css
<style>
a { background-color: #DD7CB0; }
a { background-color: rgb(221,124,176); }
div.DivClassName
{
background-color: #DD7CB0;
}
.BgClassName
{
background-color: #DD7CB0;
}
</style>
border-color css
<style>
span { border-color: #DD7CB0; }
span { border-color: rgb(221,124,176); }
td.TdClassName
{
border-color: #DD7CB0;
}
.TagClassName
{
border-color: #DD7CB0;
}
</style>