Shades of Persian Pink #DE74BF
Tints of Persian Pink #DE74BF
RGB
CMYK
RGB Variations
Color information
#DE74BF (or 0xDE74BF) is known color: Persian Pink. HEX triplet: DE, 74 and BF. RGB value is (222,116,191). Sum of RGB (Red+Green+Blue) = 222+116+191=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74BF is #218B40. Grayscale: #9C9C9C. Windows color (decimal): -2198337 or 12547294. OLE color: 12547294.
HSL color Cylindrical-coordinate representation of color #DE74BF: hue angle of 317.55º 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 #DE74BF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 191 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.13 |
| HSL | 317.55º | 0.62% | 0.66% | - |
| HSV(B) | 317.55º | 0.48% | 0.87% | - |
| XYZ | 45.77 | 31.78 | 53.01 | - |
| YUV | 156.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 191 | 0 | 0.48 | 0.14 | 0.13 | 317.55 | 0.62 | 0.66 |
| Hex | DE | 74 | BF | 0 | 30 | E | D | 13E | 3E | 42 |
| Octal | 336 | 164 | 277 | 0 | 60 | 16 | 15 | 476 | 76 | 102 |
| Binary | 11011110 | 1110100 | 10111111 | 0 | 110000 | 1110 | 1101 | 100111110 | 111110 | 1000010 |
Color Harmonies of #DE74BF
Complementary color
Monochromatic Colors of #DE74BF
Black with #DE74BF
Text Example
Text Example
White with #DE74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE74BF; }
p { color: rgb(222,116,191); }
H1.HeaderClassName
{
color: #DE74BF;
}
.AnyTagClassName
{
color: #DE74BF;
}
</style>
background-color css
<style>
a { background-color: #DE74BF; }
a { background-color: rgb(222,116,191); }
div.DivClassName
{
background-color: #DE74BF;
}
.BgClassName
{
background-color: #DE74BF;
}
</style>
border-color css
<style>
span { border-color: #DE74BF; }
span { border-color: rgb(222,116,191); }
td.TdClassName
{
border-color: #DE74BF;
}
.TagClassName
{
border-color: #DE74BF;
}
</style>