Shades of Persian Pink #DE80C1
Tints of Persian Pink #DE80C1
RGB
CMYK
RGB Variations
Color information
#DE80C1 (or 0xDE80C1) is known color: Persian Pink. HEX triplet: DE, 80 and C1. RGB value is (222,128,193). Sum of RGB (Red+Green+Blue) = 222+128+193=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80C1 is #217F3E. Grayscale: #A3A3A3. Windows color (decimal): -2195263 or 12681438. OLE color: 12681438.
HSL color Cylindrical-coordinate representation of color #DE80C1: hue angle of 318.51º 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 #DE80C1 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 193 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.13 |
| HSL | 318.51º | 0.59% | 0.69% | - |
| HSV(B) | 318.51º | 0.42% | 0.87% | - |
| XYZ | 47.47 | 34.82 | 54.67 | - |
| YUV | 163.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 193 | 0 | 0.42 | 0.13 | 0.13 | 318.51 | 0.59 | 0.69 |
| Hex | DE | 80 | C1 | 0 | 2A | D | D | 13F | 3B | 45 |
| Octal | 336 | 200 | 301 | 0 | 52 | 15 | 15 | 477 | 73 | 105 |
| Binary | 11011110 | 10000000 | 11000001 | 0 | 101010 | 1101 | 1101 | 100111111 | 111011 | 1000101 |
Color Harmonies of #DE80C1
Complementary color
Monochromatic Colors of #DE80C1
Black with #DE80C1
Text Example
Text Example
White with #DE80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80C1; }
p { color: rgb(222,128,193); }
H1.HeaderClassName
{
color: #DE80C1;
}
.AnyTagClassName
{
color: #DE80C1;
}
</style>
background-color css
<style>
a { background-color: #DE80C1; }
a { background-color: rgb(222,128,193); }
div.DivClassName
{
background-color: #DE80C1;
}
.BgClassName
{
background-color: #DE80C1;
}
</style>
border-color css
<style>
span { border-color: #DE80C1; }
span { border-color: rgb(222,128,193); }
td.TdClassName
{
border-color: #DE80C1;
}
.TagClassName
{
border-color: #DE80C1;
}
</style>