Shades of Persian Pink #DD7FC3
Tints of Persian Pink #DD7FC3
RGB
CMYK
RGB Variations
Color information
#DD7FC3 (or 0xDD7FC3) is known color: Persian Pink. HEX triplet: DD, 7F and C3. RGB value is (221,127,195). Sum of RGB (Red+Green+Blue) = 221+127+195=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FC3 is #22803C. Grayscale: #A2A2A2. Windows color (decimal): -2261053 or 12812253. OLE color: 12812253.
HSL color Cylindrical-coordinate representation of color #DD7FC3: hue angle of 316.6º 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 #DD7FC3 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 195 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.13 |
| HSL | 316.6º | 0.58% | 0.68% | - |
| HSV(B) | 316.6º | 0.43% | 0.87% | - |
| XYZ | 47.26 | 34.49 | 55.8 | - |
| YUV | 162.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 195 | 0 | 0.43 | 0.12 | 0.13 | 316.6 | 0.58 | 0.68 |
| Hex | DD | 7F | C3 | 0 | 2B | C | D | 13D | 3A | 44 |
| Octal | 335 | 177 | 303 | 0 | 53 | 14 | 15 | 475 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11000011 | 0 | 101011 | 1100 | 1101 | 100111101 | 111010 | 1000100 |
Color Harmonies of #DD7FC3
Complementary color
Monochromatic Colors of #DD7FC3
Black with #DD7FC3
Text Example
Text Example
White with #DD7FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FC3; }
p { color: rgb(221,127,195); }
H1.HeaderClassName
{
color: #DD7FC3;
}
.AnyTagClassName
{
color: #DD7FC3;
}
</style>
background-color css
<style>
a { background-color: #DD7FC3; }
a { background-color: rgb(221,127,195); }
div.DivClassName
{
background-color: #DD7FC3;
}
.BgClassName
{
background-color: #DD7FC3;
}
</style>
border-color css
<style>
span { border-color: #DD7FC3; }
span { border-color: rgb(221,127,195); }
td.TdClassName
{
border-color: #DD7FC3;
}
.TagClassName
{
border-color: #DD7FC3;
}
</style>