Shades of Persian Pink #DD7DBE
Tints of Persian Pink #DD7DBE
RGB
CMYK
RGB Variations
Color information
#DD7DBE (or 0xDD7DBE) is known color: Persian Pink. HEX triplet: DD, 7D and BE. RGB value is (221,125,190). Sum of RGB (Red+Green+Blue) = 221+125+190=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DBE is #228241. Grayscale: #A0A0A0. Windows color (decimal): -2261570 or 12484061. OLE color: 12484061.
HSL color Cylindrical-coordinate representation of color #DD7DBE: hue angle of 319.38º 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 #DD7DBE is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 190 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.13 |
| HSL | 319.38º | 0.59% | 0.68% | - |
| HSV(B) | 319.38º | 0.43% | 0.87% | - |
| XYZ | 46.45 | 33.76 | 52.78 | - |
| YUV | 161.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 190 | 0 | 0.43 | 0.14 | 0.13 | 319.38 | 0.59 | 0.68 |
| Hex | DD | 7D | BE | 0 | 2B | E | D | 13F | 3B | 44 |
| Octal | 335 | 175 | 276 | 0 | 53 | 16 | 15 | 477 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10111110 | 0 | 101011 | 1110 | 1101 | 100111111 | 111011 | 1000100 |
Color Harmonies of #DD7DBE
Complementary color
Monochromatic Colors of #DD7DBE
Black with #DD7DBE
Text Example
Text Example
White with #DD7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DBE; }
p { color: rgb(221,125,190); }
H1.HeaderClassName
{
color: #DD7DBE;
}
.AnyTagClassName
{
color: #DD7DBE;
}
</style>
background-color css
<style>
a { background-color: #DD7DBE; }
a { background-color: rgb(221,125,190); }
div.DivClassName
{
background-color: #DD7DBE;
}
.BgClassName
{
background-color: #DD7DBE;
}
</style>
border-color css
<style>
span { border-color: #DD7DBE; }
span { border-color: rgb(221,125,190); }
td.TdClassName
{
border-color: #DD7DBE;
}
.TagClassName
{
border-color: #DD7DBE;
}
</style>