Shades of Persian Pink #DE74B5
Tints of Persian Pink #DE74B5
RGB
CMYK
RGB Variations
Color information
#DE74B5 (or 0xDE74B5) is known color: Persian Pink. HEX triplet: DE, 74 and B5. RGB value is (222,116,181). Sum of RGB (Red+Green+Blue) = 222+116+181=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74B5 is #218B4A. Grayscale: #9A9A9A. Windows color (decimal): -2198347 or 11891934. OLE color: 11891934.
HSL color Cylindrical-coordinate representation of color #DE74B5: hue angle of 323.21º 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 #DE74B5 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 181 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.13 |
| HSL | 323.21º | 0.62% | 0.66% | - |
| HSV(B) | 323.21º | 0.48% | 0.87% | - |
| XYZ | 44.71 | 31.36 | 47.41 | - |
| YUV | 155.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 181 | 0 | 0.48 | 0.18 | 0.13 | 323.21 | 0.62 | 0.66 |
| Hex | DE | 74 | B5 | 0 | 30 | 12 | D | 143 | 3E | 42 |
| Octal | 336 | 164 | 265 | 0 | 60 | 22 | 15 | 503 | 76 | 102 |
| Binary | 11011110 | 1110100 | 10110101 | 0 | 110000 | 10010 | 1101 | 101000011 | 111110 | 1000010 |
Color Harmonies of #DE74B5
Complementary color
Monochromatic Colors of #DE74B5
Black with #DE74B5
Text Example
Text Example
White with #DE74B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE74B5; }
p { color: rgb(222,116,181); }
H1.HeaderClassName
{
color: #DE74B5;
}
.AnyTagClassName
{
color: #DE74B5;
}
</style>
background-color css
<style>
a { background-color: #DE74B5; }
a { background-color: rgb(222,116,181); }
div.DivClassName
{
background-color: #DE74B5;
}
.BgClassName
{
background-color: #DE74B5;
}
</style>
border-color css
<style>
span { border-color: #DE74B5; }
span { border-color: rgb(222,116,181); }
td.TdClassName
{
border-color: #DE74B5;
}
.TagClassName
{
border-color: #DE74B5;
}
</style>