Shades of Dark Pink #DE6085
Tints of Dark Pink #DE6085
RGB
CMYK
RGB Variations
Color information
#DE6085 (or 0xDE6085) is known color: Dark Pink. HEX triplet: DE, 60 and 85. RGB value is (222,96,133). Sum of RGB (Red+Green+Blue) = 222+96+133=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6085 is #219F7A. Grayscale: #898989. Windows color (decimal): -2203515 or 8741086. OLE color: 8741086.
HSL color Cylindrical-coordinate representation of color #DE6085: hue angle of 342.38º 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 #DE6085 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 133 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.13 |
| HSL | 342.38º | 0.66% | 0.62% | - |
| HSV(B) | 342.38º | 0.57% | 0.87% | - |
| XYZ | 38.54 | 25.59 | 25.1 | - |
| YUV | 137.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 133 | 0 | 0.57 | 0.40 | 0.13 | 342.38 | 0.66 | 0.62 |
| Hex | DE | 60 | 85 | 0 | 39 | 28 | D | 156 | 42 | 3E |
| Octal | 336 | 140 | 205 | 0 | 71 | 50 | 15 | 526 | 102 | 76 |
| Binary | 11011110 | 1100000 | 10000101 | 0 | 111001 | 101000 | 1101 | 101010110 | 1000010 | 111110 |
Color Harmonies of #DE6085
Complementary color
Monochromatic Colors of #DE6085
Black with #DE6085
Text Example
Text Example
White with #DE6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6085; }
p { color: rgb(222,96,133); }
H1.HeaderClassName
{
color: #DE6085;
}
.AnyTagClassName
{
color: #DE6085;
}
</style>
background-color css
<style>
a { background-color: #DE6085; }
a { background-color: rgb(222,96,133); }
div.DivClassName
{
background-color: #DE6085;
}
.BgClassName
{
background-color: #DE6085;
}
</style>
border-color css
<style>
span { border-color: #DE6085; }
span { border-color: rgb(222,96,133); }
td.TdClassName
{
border-color: #DE6085;
}
.TagClassName
{
border-color: #DE6085;
}
</style>