Shades of Persian Pink #DF70B6
Tints of Persian Pink #DF70B6
RGB
CMYK
RGB Variations
Color information
#DF70B6 (or 0xDF70B6) is known color: Persian Pink. HEX triplet: DF, 70 and B6. RGB value is (223,112,182). Sum of RGB (Red+Green+Blue) = 223+112+182=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70B6 is #208F49. Grayscale: #999999. Windows color (decimal): -2133834 or 11956447. OLE color: 11956447.
HSL color Cylindrical-coordinate representation of color #DF70B6: hue angle of 322.16º 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 #DF70B6 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 182 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.13 |
| HSL | 322.16º | 0.63% | 0.66% | - |
| HSV(B) | 322.16º | 0.5% | 0.87% | - |
| XYZ | 44.67 | 30.65 | 47.82 | - |
| YUV | 153.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 182 | 0 | 0.50 | 0.18 | 0.13 | 322.16 | 0.63 | 0.66 |
| Hex | DF | 70 | B6 | 0 | 32 | 12 | D | 142 | 3F | 42 |
| Octal | 337 | 160 | 266 | 0 | 62 | 22 | 15 | 502 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10110110 | 0 | 110010 | 10010 | 1101 | 101000010 | 111111 | 1000010 |
Color Harmonies of #DF70B6
Complementary color
Monochromatic Colors of #DF70B6
Black with #DF70B6
Text Example
Text Example
White with #DF70B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70B6; }
p { color: rgb(223,112,182); }
H1.HeaderClassName
{
color: #DF70B6;
}
.AnyTagClassName
{
color: #DF70B6;
}
</style>
background-color css
<style>
a { background-color: #DF70B6; }
a { background-color: rgb(223,112,182); }
div.DivClassName
{
background-color: #DF70B6;
}
.BgClassName
{
background-color: #DF70B6;
}
</style>
border-color css
<style>
span { border-color: #DF70B6; }
span { border-color: rgb(223,112,182); }
td.TdClassName
{
border-color: #DF70B6;
}
.TagClassName
{
border-color: #DF70B6;
}
</style>