Shades of Persian Pink #DD7DB3
Tints of Persian Pink #DD7DB3
RGB
CMYK
RGB Variations
Color information
#DD7DB3 (or 0xDD7DB3) is known color: Persian Pink. HEX triplet: DD, 7D and B3. RGB value is (221,125,179). Sum of RGB (Red+Green+Blue) = 221+125+179=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DB3 is #22824C. Grayscale: #9F9F9F. Windows color (decimal): -2261581 or 11763165. OLE color: 11763165.
HSL color Cylindrical-coordinate representation of color #DD7DB3: hue angle of 326.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DB3 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 179 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.13 |
| HSL | 326.25º | 0.59% | 0.68% | - |
| HSV(B) | 326.25º | 0.43% | 0.87% | - |
| XYZ | 45.29 | 33.29 | 46.69 | - |
| YUV | 159.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 179 | 0 | 0.43 | 0.19 | 0.13 | 326.25 | 0.59 | 0.68 |
| Hex | DD | 7D | B3 | 0 | 2B | 13 | D | 146 | 3B | 44 |
| Octal | 335 | 175 | 263 | 0 | 53 | 23 | 15 | 506 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10110011 | 0 | 101011 | 10011 | 1101 | 101000110 | 111011 | 1000100 |
Color Harmonies of #DD7DB3
Complementary color
Monochromatic Colors of #DD7DB3
Black with #DD7DB3
Text Example
Text Example
White with #DD7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DB3; }
p { color: rgb(221,125,179); }
H1.HeaderClassName
{
color: #DD7DB3;
}
.AnyTagClassName
{
color: #DD7DB3;
}
</style>
background-color css
<style>
a { background-color: #DD7DB3; }
a { background-color: rgb(221,125,179); }
div.DivClassName
{
background-color: #DD7DB3;
}
.BgClassName
{
background-color: #DD7DB3;
}
</style>
border-color css
<style>
span { border-color: #DD7DB3; }
span { border-color: rgb(221,125,179); }
td.TdClassName
{
border-color: #DD7DB3;
}
.TagClassName
{
border-color: #DD7DB3;
}
</style>