Shades of Persian Pink #DD7AC1
Tints of Persian Pink #DD7AC1
RGB
CMYK
RGB Variations
Color information
#DD7AC1 (or 0xDD7AC1) is known color: Persian Pink. HEX triplet: DD, 7A and C1. RGB value is (221,122,193). Sum of RGB (Red+Green+Blue) = 221+122+193=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC1 is #22853E. Grayscale: #9F9F9F. Windows color (decimal): -2262335 or 12679901. OLE color: 12679901.
HSL color Cylindrical-coordinate representation of color #DD7AC1: hue angle of 316.97º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AC1 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 193 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.13 |
| HSL | 316.97º | 0.59% | 0.67% | - |
| HSV(B) | 316.97º | 0.45% | 0.87% | - |
| XYZ | 46.4 | 33.14 | 54.4 | - |
| YUV | 159.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 193 | 0 | 0.45 | 0.13 | 0.13 | 316.97 | 0.59 | 0.67 |
| Hex | DD | 7A | C1 | 0 | 2D | D | D | 13D | 3B | 43 |
| Octal | 335 | 172 | 301 | 0 | 55 | 15 | 15 | 475 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11000001 | 0 | 101101 | 1101 | 1101 | 100111101 | 111011 | 1000011 |
Color Harmonies of #DD7AC1
Complementary color
Monochromatic Colors of #DD7AC1
Black with #DD7AC1
Text Example
Text Example
White with #DD7AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AC1; }
p { color: rgb(221,122,193); }
H1.HeaderClassName
{
color: #DD7AC1;
}
.AnyTagClassName
{
color: #DD7AC1;
}
</style>
background-color css
<style>
a { background-color: #DD7AC1; }
a { background-color: rgb(221,122,193); }
div.DivClassName
{
background-color: #DD7AC1;
}
.BgClassName
{
background-color: #DD7AC1;
}
</style>
border-color css
<style>
span { border-color: #DD7AC1; }
span { border-color: rgb(221,122,193); }
td.TdClassName
{
border-color: #DD7AC1;
}
.TagClassName
{
border-color: #DD7AC1;
}
</style>