Shades of Dark Pink #DE5184
Tints of Dark Pink #DE5184
RGB
CMYK
RGB Variations
Color information
#DE5184 (or 0xDE5184) is known color: Dark Pink. HEX triplet: DE, 51 and 84. RGB value is (222,81,132). Sum of RGB (Red+Green+Blue) = 222+81+132=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5184 is #21AE7B. Grayscale: #808080. Windows color (decimal): -2207356 or 8671710. OLE color: 8671710.
HSL color Cylindrical-coordinate representation of color #DE5184: hue angle of 338.3º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5184 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 132 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.13 |
| HSL | 338.3º | 0.68% | 0.59% | - |
| HSV(B) | 338.3º | 0.64% | 0.87% | - |
| XYZ | 37.23 | 23.08 | 24.32 | - |
| YUV | 128.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 132 | 0 | 0.64 | 0.41 | 0.13 | 338.3 | 0.68 | 0.59 |
| Hex | DE | 51 | 84 | 0 | 40 | 29 | D | 152 | 44 | 3B |
| Octal | 336 | 121 | 204 | 0 | 100 | 51 | 15 | 522 | 104 | 73 |
| Binary | 11011110 | 1010001 | 10000100 | 0 | 1000000 | 101001 | 1101 | 101010010 | 1000100 | 111011 |
Color Harmonies of #DE5184
Complementary color
Monochromatic Colors of #DE5184
Black with #DE5184
Text Example
Text Example
White with #DE5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5184; }
p { color: rgb(222,81,132); }
H1.HeaderClassName
{
color: #DE5184;
}
.AnyTagClassName
{
color: #DE5184;
}
</style>
background-color css
<style>
a { background-color: #DE5184; }
a { background-color: rgb(222,81,132); }
div.DivClassName
{
background-color: #DE5184;
}
.BgClassName
{
background-color: #DE5184;
}
</style>
border-color css
<style>
span { border-color: #DE5184; }
span { border-color: rgb(222,81,132); }
td.TdClassName
{
border-color: #DE5184;
}
.TagClassName
{
border-color: #DE5184;
}
</style>