Shades of Persian Pink #DF70BB
Tints of Persian Pink #DF70BB
RGB
CMYK
RGB Variations
Color information
#DF70BB (or 0xDF70BB) is known color: Persian Pink. HEX triplet: DF, 70 and BB. RGB value is (223,112,187). Sum of RGB (Red+Green+Blue) = 223+112+187=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BB is #208F44. Grayscale: #999999. Windows color (decimal): -2133829 or 12284127. OLE color: 12284127.
HSL color Cylindrical-coordinate representation of color #DF70BB: hue angle of 319.46º 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 #DF70BB is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 187 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.13 |
| HSL | 319.46º | 0.63% | 0.66% | - |
| HSV(B) | 319.46º | 0.5% | 0.87% | - |
| XYZ | 45.2 | 30.86 | 50.59 | - |
| YUV | 153.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 187 | 0 | 0.50 | 0.16 | 0.13 | 319.46 | 0.63 | 0.66 |
| Hex | DF | 70 | BB | 0 | 32 | 10 | D | 13F | 3F | 42 |
| Octal | 337 | 160 | 273 | 0 | 62 | 20 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10111011 | 0 | 110010 | 10000 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF70BB
Complementary color
Monochromatic Colors of #DF70BB
Black with #DF70BB
Text Example
Text Example
White with #DF70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70BB; }
p { color: rgb(223,112,187); }
H1.HeaderClassName
{
color: #DF70BB;
}
.AnyTagClassName
{
color: #DF70BB;
}
</style>
background-color css
<style>
a { background-color: #DF70BB; }
a { background-color: rgb(223,112,187); }
div.DivClassName
{
background-color: #DF70BB;
}
.BgClassName
{
background-color: #DF70BB;
}
</style>
border-color css
<style>
span { border-color: #DF70BB; }
span { border-color: rgb(223,112,187); }
td.TdClassName
{
border-color: #DF70BB;
}
.TagClassName
{
border-color: #DF70BB;
}
</style>