Shades of Persian Pink #DF70BC
Tints of Persian Pink #DF70BC
RGB
CMYK
RGB Variations
Color information
#DF70BC (or 0xDF70BC) is known color: Persian Pink. HEX triplet: DF, 70 and BC. RGB value is (223,112,188). Sum of RGB (Red+Green+Blue) = 223+112+188=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BC is #208F43. Grayscale: #999999. Windows color (decimal): -2133828 or 12349663. OLE color: 12349663.
HSL color Cylindrical-coordinate representation of color #DF70BC: hue angle of 318.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF70BC is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 188 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.13 |
| HSL | 318.92º | 0.63% | 0.66% | - |
| HSV(B) | 318.92º | 0.5% | 0.87% | - |
| XYZ | 45.3 | 30.91 | 51.15 | - |
| YUV | 153.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 188 | 0 | 0.50 | 0.16 | 0.13 | 318.92 | 0.63 | 0.66 |
| Hex | DF | 70 | BC | 0 | 32 | 10 | D | 13F | 3F | 42 |
| Octal | 337 | 160 | 274 | 0 | 62 | 20 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10111100 | 0 | 110010 | 10000 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF70BC
Complementary color
Monochromatic Colors of #DF70BC
Black with #DF70BC
Text Example
Text Example
White with #DF70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70BC; }
p { color: rgb(223,112,188); }
H1.HeaderClassName
{
color: #DF70BC;
}
.AnyTagClassName
{
color: #DF70BC;
}
</style>
background-color css
<style>
a { background-color: #DF70BC; }
a { background-color: rgb(223,112,188); }
div.DivClassName
{
background-color: #DF70BC;
}
.BgClassName
{
background-color: #DF70BC;
}
</style>
border-color css
<style>
span { border-color: #DF70BC; }
span { border-color: rgb(223,112,188); }
td.TdClassName
{
border-color: #DF70BC;
}
.TagClassName
{
border-color: #DF70BC;
}
</style>