Shades of Dark Pink #DE5A8F
Tints of Dark Pink #DE5A8F
RGB
CMYK
RGB Variations
Color information
#DE5A8F (or 0xDE5A8F) is known color: Dark Pink. HEX triplet: DE, 5A and 8F. RGB value is (222,90,143). Sum of RGB (Red+Green+Blue) = 222+90+143=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5A8F is #21A570. Grayscale: #878787. Windows color (decimal): -2205041 or 9394910. OLE color: 9394910.
HSL color Cylindrical-coordinate representation of color #DE5A8F: hue angle of 335.91º 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 #DE5A8F is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 143 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.13 |
| HSL | 335.91º | 0.67% | 0.61% | - |
| HSV(B) | 335.91º | 0.59% | 0.87% | - |
| XYZ | 38.74 | 24.83 | 28.74 | - |
| YUV | 135.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 143 | 0 | 0.59 | 0.36 | 0.13 | 335.91 | 0.67 | 0.61 |
| Hex | DE | 5A | 8F | 0 | 3B | 24 | D | 150 | 43 | 3D |
| Octal | 336 | 132 | 217 | 0 | 73 | 44 | 15 | 520 | 103 | 75 |
| Binary | 11011110 | 1011010 | 10001111 | 0 | 111011 | 100100 | 1101 | 101010000 | 1000011 | 111101 |
Color Harmonies of #DE5A8F
Complementary color
Monochromatic Colors of #DE5A8F
Black with #DE5A8F
Text Example
Text Example
White with #DE5A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5A8F; }
p { color: rgb(222,90,143); }
H1.HeaderClassName
{
color: #DE5A8F;
}
.AnyTagClassName
{
color: #DE5A8F;
}
</style>
background-color css
<style>
a { background-color: #DE5A8F; }
a { background-color: rgb(222,90,143); }
div.DivClassName
{
background-color: #DE5A8F;
}
.BgClassName
{
background-color: #DE5A8F;
}
</style>
border-color css
<style>
span { border-color: #DE5A8F; }
span { border-color: rgb(222,90,143); }
td.TdClassName
{
border-color: #DE5A8F;
}
.TagClassName
{
border-color: #DE5A8F;
}
</style>