Shades of Persian Pink #DE72B3
Tints of Persian Pink #DE72B3
RGB
CMYK
RGB Variations
Color information
#DE72B3 (or 0xDE72B3) is known color: Persian Pink. HEX triplet: DE, 72 and B3. RGB value is (222,114,179). Sum of RGB (Red+Green+Blue) = 222+114+179=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72B3 is #218D4C. Grayscale: #999999. Windows color (decimal): -2198861 or 11760350. OLE color: 11760350.
HSL color Cylindrical-coordinate representation of color #DE72B3: hue angle of 323.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE72B3 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 179 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.13 |
| HSL | 323.89º | 0.62% | 0.66% | - |
| HSV(B) | 323.89º | 0.49% | 0.87% | - |
| XYZ | 44.28 | 30.82 | 46.26 | - |
| YUV | 153.7 | 142.28 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 179 | 0 | 0.49 | 0.19 | 0.13 | 323.89 | 0.62 | 0.66 |
| Hex | DE | 72 | B3 | 0 | 31 | 13 | D | 144 | 3E | 42 |
| Octal | 336 | 162 | 263 | 0 | 61 | 23 | 15 | 504 | 76 | 102 |
| Binary | 11011110 | 1110010 | 10110011 | 0 | 110001 | 10011 | 1101 | 101000100 | 111110 | 1000010 |
Color Harmonies of #DE72B3
Complementary color
Monochromatic Colors of #DE72B3
Black with #DE72B3
Text Example
Text Example
White with #DE72B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE72B3; }
p { color: rgb(222,114,179); }
H1.HeaderClassName
{
color: #DE72B3;
}
.AnyTagClassName
{
color: #DE72B3;
}
</style>
background-color css
<style>
a { background-color: #DE72B3; }
a { background-color: rgb(222,114,179); }
div.DivClassName
{
background-color: #DE72B3;
}
.BgClassName
{
background-color: #DE72B3;
}
</style>
border-color css
<style>
span { border-color: #DE72B3; }
span { border-color: rgb(222,114,179); }
td.TdClassName
{
border-color: #DE72B3;
}
.TagClassName
{
border-color: #DE72B3;
}
</style>