Shades of Persian Pink #DE74B1
Tints of Persian Pink #DE74B1
RGB
CMYK
RGB Variations
Color information
#DE74B1 (or 0xDE74B1) is known color: Persian Pink. HEX triplet: DE, 74 and B1. RGB value is (222,116,177). Sum of RGB (Red+Green+Blue) = 222+116+177=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE74B1 is #218B4E. Grayscale: #9A9A9A. Windows color (decimal): -2198351 or 11629790. OLE color: 11629790.
HSL color Cylindrical-coordinate representation of color #DE74B1: hue angle of 325.47º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE74B1 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 177 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.13 |
| HSL | 325.47º | 0.62% | 0.66% | - |
| HSV(B) | 325.47º | 0.48% | 0.87% | - |
| XYZ | 44.31 | 31.19 | 45.28 | - |
| YUV | 154.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 177 | 0 | 0.48 | 0.20 | 0.13 | 325.47 | 0.62 | 0.66 |
| Hex | DE | 74 | B1 | 0 | 30 | 14 | D | 145 | 3E | 42 |
| Octal | 336 | 164 | 261 | 0 | 60 | 24 | 15 | 505 | 76 | 102 |
| Binary | 11011110 | 1110100 | 10110001 | 0 | 110000 | 10100 | 1101 | 101000101 | 111110 | 1000010 |
Color Harmonies of #DE74B1
Complementary color
Monochromatic Colors of #DE74B1
Black with #DE74B1
Text Example
Text Example
White with #DE74B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE74B1; }
p { color: rgb(222,116,177); }
H1.HeaderClassName
{
color: #DE74B1;
}
.AnyTagClassName
{
color: #DE74B1;
}
</style>
background-color css
<style>
a { background-color: #DE74B1; }
a { background-color: rgb(222,116,177); }
div.DivClassName
{
background-color: #DE74B1;
}
.BgClassName
{
background-color: #DE74B1;
}
</style>
border-color css
<style>
span { border-color: #DE74B1; }
span { border-color: rgb(222,116,177); }
td.TdClassName
{
border-color: #DE74B1;
}
.TagClassName
{
border-color: #DE74B1;
}
</style>