Shades of Persian Pink #DD7BC0
Tints of Persian Pink #DD7BC0
RGB
CMYK
RGB Variations
Color information
#DD7BC0 (or 0xDD7BC0) is known color: Persian Pink. HEX triplet: DD, 7B and C0. RGB value is (221,123,192). Sum of RGB (Red+Green+Blue) = 221+123+192=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BC0 is #22843F. Grayscale: #9F9F9F. Windows color (decimal): -2262080 or 12614621. OLE color: 12614621.
HSL color Cylindrical-coordinate representation of color #DD7BC0: hue angle of 317.76º 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 #DD7BC0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 192 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.13 |
| HSL | 317.76º | 0.59% | 0.67% | - |
| HSV(B) | 317.76º | 0.44% | 0.87% | - |
| XYZ | 46.42 | 33.34 | 53.86 | - |
| YUV | 160.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 192 | 0 | 0.44 | 0.13 | 0.13 | 317.76 | 0.59 | 0.67 |
| Hex | DD | 7B | C0 | 0 | 2C | D | D | 13E | 3B | 43 |
| Octal | 335 | 173 | 300 | 0 | 54 | 15 | 15 | 476 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11000000 | 0 | 101100 | 1101 | 1101 | 100111110 | 111011 | 1000011 |
Color Harmonies of #DD7BC0
Complementary color
Monochromatic Colors of #DD7BC0
Black with #DD7BC0
Text Example
Text Example
White with #DD7BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BC0; }
p { color: rgb(221,123,192); }
H1.HeaderClassName
{
color: #DD7BC0;
}
.AnyTagClassName
{
color: #DD7BC0;
}
</style>
background-color css
<style>
a { background-color: #DD7BC0; }
a { background-color: rgb(221,123,192); }
div.DivClassName
{
background-color: #DD7BC0;
}
.BgClassName
{
background-color: #DD7BC0;
}
</style>
border-color css
<style>
span { border-color: #DD7BC0; }
span { border-color: rgb(221,123,192); }
td.TdClassName
{
border-color: #DD7BC0;
}
.TagClassName
{
border-color: #DD7BC0;
}
</style>