Shades of Persian Pink #DF7CC3
Tints of Persian Pink #DF7CC3
RGB
CMYK
RGB Variations
Color information
#DF7CC3 (or 0xDF7CC3) is known color: Persian Pink. HEX triplet: DF, 7C and C3. RGB value is (223,124,195). Sum of RGB (Red+Green+Blue) = 223+124+195=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CC3 is #20833C. Grayscale: #A1A1A1. Windows color (decimal): -2130749 or 12811487. OLE color: 12811487.
HSL color Cylindrical-coordinate representation of color #DF7CC3: hue angle of 316.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CC3 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 195 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.13 |
| HSL | 316.97º | 0.61% | 0.68% | - |
| HSV(B) | 316.97º | 0.44% | 0.87% | - |
| XYZ | 47.49 | 34.04 | 55.7 | - |
| YUV | 161.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 195 | 0 | 0.44 | 0.13 | 0.13 | 316.97 | 0.61 | 0.68 |
| Hex | DF | 7C | C3 | 0 | 2C | D | D | 13D | 3D | 44 |
| Octal | 337 | 174 | 303 | 0 | 54 | 15 | 15 | 475 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11000011 | 0 | 101100 | 1101 | 1101 | 100111101 | 111101 | 1000100 |
Color Harmonies of #DF7CC3
Complementary color
Monochromatic Colors of #DF7CC3
Black with #DF7CC3
Text Example
Text Example
White with #DF7CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CC3; }
p { color: rgb(223,124,195); }
H1.HeaderClassName
{
color: #DF7CC3;
}
.AnyTagClassName
{
color: #DF7CC3;
}
</style>
background-color css
<style>
a { background-color: #DF7CC3; }
a { background-color: rgb(223,124,195); }
div.DivClassName
{
background-color: #DF7CC3;
}
.BgClassName
{
background-color: #DF7CC3;
}
</style>
border-color css
<style>
span { border-color: #DF7CC3; }
span { border-color: rgb(223,124,195); }
td.TdClassName
{
border-color: #DF7CC3;
}
.TagClassName
{
border-color: #DF7CC3;
}
</style>