Shades of Persian Pink #DD7FC1
Tints of Persian Pink #DD7FC1
RGB
CMYK
RGB Variations
Color information
#DD7FC1 (or 0xDD7FC1) is known color: Persian Pink. HEX triplet: DD, 7F and C1. RGB value is (221,127,193). Sum of RGB (Red+Green+Blue) = 221+127+193=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FC1 is #22803E. Grayscale: #A2A2A2. Windows color (decimal): -2261055 or 12681181. OLE color: 12681181.
HSL color Cylindrical-coordinate representation of color #DD7FC1: hue angle of 317.87º degrees, saturation: 0.58, 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 #DD7FC1 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 193 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.13 |
| HSL | 317.87º | 0.58% | 0.68% | - |
| HSV(B) | 317.87º | 0.43% | 0.87% | - |
| XYZ | 47.03 | 34.4 | 54.61 | - |
| YUV | 162.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 193 | 0 | 0.43 | 0.13 | 0.13 | 317.87 | 0.58 | 0.68 |
| Hex | DD | 7F | C1 | 0 | 2B | D | D | 13E | 3A | 44 |
| Octal | 335 | 177 | 301 | 0 | 53 | 15 | 15 | 476 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11000001 | 0 | 101011 | 1101 | 1101 | 100111110 | 111010 | 1000100 |
Color Harmonies of #DD7FC1
Complementary color
Monochromatic Colors of #DD7FC1
Black with #DD7FC1
Text Example
Text Example
White with #DD7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FC1; }
p { color: rgb(221,127,193); }
H1.HeaderClassName
{
color: #DD7FC1;
}
.AnyTagClassName
{
color: #DD7FC1;
}
</style>
background-color css
<style>
a { background-color: #DD7FC1; }
a { background-color: rgb(221,127,193); }
div.DivClassName
{
background-color: #DD7FC1;
}
.BgClassName
{
background-color: #DD7FC1;
}
</style>
border-color css
<style>
span { border-color: #DD7FC1; }
span { border-color: rgb(221,127,193); }
td.TdClassName
{
border-color: #DD7FC1;
}
.TagClassName
{
border-color: #DD7FC1;
}
</style>