Shades of Persian Pink #DE70BC
Tints of Persian Pink #DE70BC
RGB
CMYK
RGB Variations
Color information
#DE70BC (or 0xDE70BC) is known color: Persian Pink. HEX triplet: DE, 70 and BC. RGB value is (222,112,188). Sum of RGB (Red+Green+Blue) = 222+112+188=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70BC is #218F43. Grayscale: #999999. Windows color (decimal): -2199364 or 12349662. OLE color: 12349662.
HSL color Cylindrical-coordinate representation of color #DE70BC: hue angle of 318.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE70BC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 188 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.13 |
| HSL | 318.55º | 0.63% | 0.65% | - |
| HSV(B) | 318.55º | 0.5% | 0.87% | - |
| XYZ | 45 | 30.75 | 51.14 | - |
| YUV | 153.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 188 | 0 | 0.50 | 0.15 | 0.13 | 318.55 | 0.63 | 0.65 |
| Hex | DE | 70 | BC | 0 | 32 | F | D | 13F | 3E | 41 |
| Octal | 336 | 160 | 274 | 0 | 62 | 17 | 15 | 477 | 76 | 101 |
| Binary | 11011110 | 1110000 | 10111100 | 0 | 110010 | 1111 | 1101 | 100111111 | 111110 | 1000001 |
Color Harmonies of #DE70BC
Complementary color
Monochromatic Colors of #DE70BC
Black with #DE70BC
Text Example
Text Example
White with #DE70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70BC; }
p { color: rgb(222,112,188); }
H1.HeaderClassName
{
color: #DE70BC;
}
.AnyTagClassName
{
color: #DE70BC;
}
</style>
background-color css
<style>
a { background-color: #DE70BC; }
a { background-color: rgb(222,112,188); }
div.DivClassName
{
background-color: #DE70BC;
}
.BgClassName
{
background-color: #DE70BC;
}
</style>
border-color css
<style>
span { border-color: #DE70BC; }
span { border-color: rgb(222,112,188); }
td.TdClassName
{
border-color: #DE70BC;
}
.TagClassName
{
border-color: #DE70BC;
}
</style>