Shades of Dark Pink #DE5A8D
Tints of Dark Pink #DE5A8D
RGB
CMYK
RGB Variations
Color information
#DE5A8D (or 0xDE5A8D) is known color: Dark Pink. HEX triplet: DE, 5A and 8D. RGB value is (222,90,141). Sum of RGB (Red+Green+Blue) = 222+90+141=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5A8D is #21A572. Grayscale: #878787. Windows color (decimal): -2205043 or 9263838. OLE color: 9263838.
HSL color Cylindrical-coordinate representation of color #DE5A8D: hue angle of 336.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5A8D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 141 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.13 |
| HSL | 336.82º | 0.67% | 0.61% | - |
| HSV(B) | 336.82º | 0.59% | 0.87% | - |
| XYZ | 38.59 | 24.77 | 27.95 | - |
| YUV | 135.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 141 | 0 | 0.59 | 0.36 | 0.13 | 336.82 | 0.67 | 0.61 |
| Hex | DE | 5A | 8D | 0 | 3B | 24 | D | 151 | 43 | 3D |
| Octal | 336 | 132 | 215 | 0 | 73 | 44 | 15 | 521 | 103 | 75 |
| Binary | 11011110 | 1011010 | 10001101 | 0 | 111011 | 100100 | 1101 | 101010001 | 1000011 | 111101 |
Color Harmonies of #DE5A8D
Complementary color
Monochromatic Colors of #DE5A8D
Black with #DE5A8D
Text Example
Text Example
White with #DE5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5A8D; }
p { color: rgb(222,90,141); }
H1.HeaderClassName
{
color: #DE5A8D;
}
.AnyTagClassName
{
color: #DE5A8D;
}
</style>
background-color css
<style>
a { background-color: #DE5A8D; }
a { background-color: rgb(222,90,141); }
div.DivClassName
{
background-color: #DE5A8D;
}
.BgClassName
{
background-color: #DE5A8D;
}
</style>
border-color css
<style>
span { border-color: #DE5A8D; }
span { border-color: rgb(222,90,141); }
td.TdClassName
{
border-color: #DE5A8D;
}
.TagClassName
{
border-color: #DE5A8D;
}
</style>