Shades of Dark Pink #DE6083
Tints of Dark Pink #DE6083
RGB
CMYK
RGB Variations
Color information
#DE6083 (or 0xDE6083) is known color: Dark Pink. HEX triplet: DE, 60 and 83. RGB value is (222,96,131). Sum of RGB (Red+Green+Blue) = 222+96+131=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6083 is #219F7C. Grayscale: #898989. Windows color (decimal): -2203517 or 8610014. OLE color: 8610014.
HSL color Cylindrical-coordinate representation of color #DE6083: hue angle of 343.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE6083 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 131 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.13 |
| HSL | 343.33º | 0.66% | 0.62% | - |
| HSV(B) | 343.33º | 0.57% | 0.87% | - |
| XYZ | 38.4 | 25.53 | 24.38 | - |
| YUV | 137.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 131 | 0 | 0.57 | 0.41 | 0.13 | 343.33 | 0.66 | 0.62 |
| Hex | DE | 60 | 83 | 0 | 39 | 29 | D | 157 | 42 | 3E |
| Octal | 336 | 140 | 203 | 0 | 71 | 51 | 15 | 527 | 102 | 76 |
| Binary | 11011110 | 1100000 | 10000011 | 0 | 111001 | 101001 | 1101 | 101010111 | 1000010 | 111110 |
Color Harmonies of #DE6083
Complementary color
Monochromatic Colors of #DE6083
Black with #DE6083
Text Example
Text Example
White with #DE6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6083; }
p { color: rgb(222,96,131); }
H1.HeaderClassName
{
color: #DE6083;
}
.AnyTagClassName
{
color: #DE6083;
}
</style>
background-color css
<style>
a { background-color: #DE6083; }
a { background-color: rgb(222,96,131); }
div.DivClassName
{
background-color: #DE6083;
}
.BgClassName
{
background-color: #DE6083;
}
</style>
border-color css
<style>
span { border-color: #DE6083; }
span { border-color: rgb(222,96,131); }
td.TdClassName
{
border-color: #DE6083;
}
.TagClassName
{
border-color: #DE6083;
}
</style>