Shades of Persian Pink #DE7CBE
Tints of Persian Pink #DE7CBE
RGB
CMYK
RGB Variations
Color information
#DE7CBE (or 0xDE7CBE) is known color: Persian Pink. HEX triplet: DE, 7C and BE. RGB value is (222,124,190). Sum of RGB (Red+Green+Blue) = 222+124+190=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CBE is #218341. Grayscale: #A0A0A0. Windows color (decimal): -2196290 or 12483806. OLE color: 12483806.
HSL color Cylindrical-coordinate representation of color #DE7CBE: hue angle of 319.59º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7CBE is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 190 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.13 |
| HSL | 319.59º | 0.6% | 0.68% | - |
| HSV(B) | 319.59º | 0.44% | 0.87% | - |
| XYZ | 46.63 | 33.66 | 52.76 | - |
| YUV | 160.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 190 | 0 | 0.44 | 0.14 | 0.13 | 319.59 | 0.6 | 0.68 |
| Hex | DE | 7C | BE | 0 | 2C | E | D | 140 | 3C | 44 |
| Octal | 336 | 174 | 276 | 0 | 54 | 16 | 15 | 500 | 74 | 104 |
| Binary | 11011110 | 1111100 | 10111110 | 0 | 101100 | 1110 | 1101 | 101000000 | 111100 | 1000100 |
Color Harmonies of #DE7CBE
Complementary color
Monochromatic Colors of #DE7CBE
Black with #DE7CBE
Text Example
Text Example
White with #DE7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7CBE; }
p { color: rgb(222,124,190); }
H1.HeaderClassName
{
color: #DE7CBE;
}
.AnyTagClassName
{
color: #DE7CBE;
}
</style>
background-color css
<style>
a { background-color: #DE7CBE; }
a { background-color: rgb(222,124,190); }
div.DivClassName
{
background-color: #DE7CBE;
}
.BgClassName
{
background-color: #DE7CBE;
}
</style>
border-color css
<style>
span { border-color: #DE7CBE; }
span { border-color: rgb(222,124,190); }
td.TdClassName
{
border-color: #DE7CBE;
}
.TagClassName
{
border-color: #DE7CBE;
}
</style>