Shades of Dark Pink #DE5183
Tints of Dark Pink #DE5183
RGB
CMYK
RGB Variations
Color information
#DE5183 (or 0xDE5183) is known color: Dark Pink. HEX triplet: DE, 51 and 83. RGB value is (222,81,131). Sum of RGB (Red+Green+Blue) = 222+81+131=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5183 is #21AE7C. Grayscale: #808080. Windows color (decimal): -2207357 or 8606174. OLE color: 8606174.
HSL color Cylindrical-coordinate representation of color #DE5183: hue angle of 338.72º 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 #DE5183 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 131 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.13 |
| HSL | 338.72º | 0.68% | 0.59% | - |
| HSV(B) | 338.72º | 0.64% | 0.87% | - |
| XYZ | 37.16 | 23.05 | 23.96 | - |
| YUV | 128.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 131 | 0 | 0.64 | 0.41 | 0.13 | 338.72 | 0.68 | 0.59 |
| Hex | DE | 51 | 83 | 0 | 40 | 29 | D | 153 | 44 | 3B |
| Octal | 336 | 121 | 203 | 0 | 100 | 51 | 15 | 523 | 104 | 73 |
| Binary | 11011110 | 1010001 | 10000011 | 0 | 1000000 | 101001 | 1101 | 101010011 | 1000100 | 111011 |
Color Harmonies of #DE5183
Complementary color
Monochromatic Colors of #DE5183
Black with #DE5183
Text Example
Text Example
White with #DE5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5183; }
p { color: rgb(222,81,131); }
H1.HeaderClassName
{
color: #DE5183;
}
.AnyTagClassName
{
color: #DE5183;
}
</style>
background-color css
<style>
a { background-color: #DE5183; }
a { background-color: rgb(222,81,131); }
div.DivClassName
{
background-color: #DE5183;
}
.BgClassName
{
background-color: #DE5183;
}
</style>
border-color css
<style>
span { border-color: #DE5183; }
span { border-color: rgb(222,81,131); }
td.TdClassName
{
border-color: #DE5183;
}
.TagClassName
{
border-color: #DE5183;
}
</style>