Shades of Persian Pink #DD7CC1
Tints of Persian Pink #DD7CC1
RGB
CMYK
RGB Variations
Color information
#DD7CC1 (or 0xDD7CC1) is known color: Persian Pink. HEX triplet: DD, 7C and C1. RGB value is (221,124,193). Sum of RGB (Red+Green+Blue) = 221+124+193=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CC1 is #22833E. Grayscale: #A0A0A0. Windows color (decimal): -2261823 or 12680413. OLE color: 12680413.
HSL color Cylindrical-coordinate representation of color #DD7CC1: hue angle of 317.32º 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 #DD7CC1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 193 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.13 |
| HSL | 317.32º | 0.59% | 0.68% | - |
| HSV(B) | 317.32º | 0.44% | 0.87% | - |
| XYZ | 46.65 | 33.64 | 54.49 | - |
| YUV | 160.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 193 | 0 | 0.44 | 0.13 | 0.13 | 317.32 | 0.59 | 0.68 |
| Hex | DD | 7C | C1 | 0 | 2C | D | D | 13D | 3B | 44 |
| Octal | 335 | 174 | 301 | 0 | 54 | 15 | 15 | 475 | 73 | 104 |
| Binary | 11011101 | 1111100 | 11000001 | 0 | 101100 | 1101 | 1101 | 100111101 | 111011 | 1000100 |
Color Harmonies of #DD7CC1
Complementary color
Monochromatic Colors of #DD7CC1
Black with #DD7CC1
Text Example
Text Example
White with #DD7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CC1; }
p { color: rgb(221,124,193); }
H1.HeaderClassName
{
color: #DD7CC1;
}
.AnyTagClassName
{
color: #DD7CC1;
}
</style>
background-color css
<style>
a { background-color: #DD7CC1; }
a { background-color: rgb(221,124,193); }
div.DivClassName
{
background-color: #DD7CC1;
}
.BgClassName
{
background-color: #DD7CC1;
}
</style>
border-color css
<style>
span { border-color: #DD7CC1; }
span { border-color: rgb(221,124,193); }
td.TdClassName
{
border-color: #DD7CC1;
}
.TagClassName
{
border-color: #DD7CC1;
}
</style>