Shades of Persian Pink #DE7DBF
Tints of Persian Pink #DE7DBF
RGB
CMYK
RGB Variations
Color information
#DE7DBF (or 0xDE7DBF) is known color: Persian Pink. HEX triplet: DE, 7D and BF. RGB value is (222,125,191). Sum of RGB (Red+Green+Blue) = 222+125+191=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DBF is #218240. Grayscale: #A1A1A1. Windows color (decimal): -2196033 or 12549598. OLE color: 12549598.
HSL color Cylindrical-coordinate representation of color #DE7DBF: hue angle of 319.18º 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 #DE7DBF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 191 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.13 |
| HSL | 319.18º | 0.6% | 0.68% | - |
| HSV(B) | 319.18º | 0.44% | 0.87% | - |
| XYZ | 46.86 | 33.96 | 53.37 | - |
| YUV | 161.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 191 | 0 | 0.44 | 0.14 | 0.13 | 319.18 | 0.6 | 0.68 |
| Hex | DE | 7D | BF | 0 | 2C | E | D | 13F | 3C | 44 |
| Octal | 336 | 175 | 277 | 0 | 54 | 16 | 15 | 477 | 74 | 104 |
| Binary | 11011110 | 1111101 | 10111111 | 0 | 101100 | 1110 | 1101 | 100111111 | 111100 | 1000100 |
Color Harmonies of #DE7DBF
Complementary color
Monochromatic Colors of #DE7DBF
Black with #DE7DBF
Text Example
Text Example
White with #DE7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DBF; }
p { color: rgb(222,125,191); }
H1.HeaderClassName
{
color: #DE7DBF;
}
.AnyTagClassName
{
color: #DE7DBF;
}
</style>
background-color css
<style>
a { background-color: #DE7DBF; }
a { background-color: rgb(222,125,191); }
div.DivClassName
{
background-color: #DE7DBF;
}
.BgClassName
{
background-color: #DE7DBF;
}
</style>
border-color css
<style>
span { border-color: #DE7DBF; }
span { border-color: rgb(222,125,191); }
td.TdClassName
{
border-color: #DE7DBF;
}
.TagClassName
{
border-color: #DE7DBF;
}
</style>