Shades of Persian Pink #DE80BC
Tints of Persian Pink #DE80BC
RGB
CMYK
RGB Variations
Color information
#DE80BC (or 0xDE80BC) is known color: Persian Pink. HEX triplet: DE, 80 and BC. RGB value is (222,128,188). Sum of RGB (Red+Green+Blue) = 222+128+188=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80BC is #217F43. Grayscale: #A2A2A2. Windows color (decimal): -2195268 or 12353758. OLE color: 12353758.
HSL color Cylindrical-coordinate representation of color #DE80BC: hue angle of 321.7º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE80BC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 188 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.13 |
| HSL | 321.7º | 0.59% | 0.69% | - |
| HSV(B) | 321.7º | 0.42% | 0.87% | - |
| XYZ | 46.92 | 34.6 | 51.78 | - |
| YUV | 162.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 188 | 0 | 0.42 | 0.15 | 0.13 | 321.7 | 0.59 | 0.69 |
| Hex | DE | 80 | BC | 0 | 2A | F | D | 142 | 3B | 45 |
| Octal | 336 | 200 | 274 | 0 | 52 | 17 | 15 | 502 | 73 | 105 |
| Binary | 11011110 | 10000000 | 10111100 | 0 | 101010 | 1111 | 1101 | 101000010 | 111011 | 1000101 |
Color Harmonies of #DE80BC
Complementary color
Monochromatic Colors of #DE80BC
Black with #DE80BC
Text Example
Text Example
White with #DE80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80BC; }
p { color: rgb(222,128,188); }
H1.HeaderClassName
{
color: #DE80BC;
}
.AnyTagClassName
{
color: #DE80BC;
}
</style>
background-color css
<style>
a { background-color: #DE80BC; }
a { background-color: rgb(222,128,188); }
div.DivClassName
{
background-color: #DE80BC;
}
.BgClassName
{
background-color: #DE80BC;
}
</style>
border-color css
<style>
span { border-color: #DE80BC; }
span { border-color: rgb(222,128,188); }
td.TdClassName
{
border-color: #DE80BC;
}
.TagClassName
{
border-color: #DE80BC;
}
</style>