Shades of Persian Pink #DE70B9
Tints of Persian Pink #DE70B9
RGB
CMYK
RGB Variations
Color information
#DE70B9 (or 0xDE70B9) is known color: Persian Pink. HEX triplet: DE, 70 and B9. RGB value is (222,112,185). Sum of RGB (Red+Green+Blue) = 222+112+185=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70B9 is #218F46. Grayscale: #999999. Windows color (decimal): -2199367 or 12153054. OLE color: 12153054.
HSL color Cylindrical-coordinate representation of color #DE70B9: hue angle of 320.18º 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 #DE70B9 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 185 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.13 |
| HSL | 320.18º | 0.63% | 0.65% | - |
| HSV(B) | 320.18º | 0.5% | 0.87% | - |
| XYZ | 44.68 | 30.62 | 49.45 | - |
| YUV | 153.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 185 | 0 | 0.50 | 0.17 | 0.13 | 320.18 | 0.63 | 0.65 |
| Hex | DE | 70 | B9 | 0 | 32 | 11 | D | 140 | 3E | 41 |
| Octal | 336 | 160 | 271 | 0 | 62 | 21 | 15 | 500 | 76 | 101 |
| Binary | 11011110 | 1110000 | 10111001 | 0 | 110010 | 10001 | 1101 | 101000000 | 111110 | 1000001 |
Color Harmonies of #DE70B9
Complementary color
Monochromatic Colors of #DE70B9
Black with #DE70B9
Text Example
Text Example
White with #DE70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70B9; }
p { color: rgb(222,112,185); }
H1.HeaderClassName
{
color: #DE70B9;
}
.AnyTagClassName
{
color: #DE70B9;
}
</style>
background-color css
<style>
a { background-color: #DE70B9; }
a { background-color: rgb(222,112,185); }
div.DivClassName
{
background-color: #DE70B9;
}
.BgClassName
{
background-color: #DE70B9;
}
</style>
border-color css
<style>
span { border-color: #DE70B9; }
span { border-color: rgb(222,112,185); }
td.TdClassName
{
border-color: #DE70B9;
}
.TagClassName
{
border-color: #DE70B9;
}
</style>