Shades of Dark Pink #DE578F
Tints of Dark Pink #DE578F
RGB
CMYK
RGB Variations
Color information
#DE578F (or 0xDE578F) is known color: Dark Pink. HEX triplet: DE, 57 and 8F. RGB value is (222,87,143). Sum of RGB (Red+Green+Blue) = 222+87+143=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE578F is #21A870. Grayscale: #858585. Windows color (decimal): -2205809 or 9394142. OLE color: 9394142.
HSL color Cylindrical-coordinate representation of color #DE578F: hue angle of 335.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE578F is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 87 | 143 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.13 |
| HSL | 335.11º | 0.67% | 0.61% | - |
| HSV(B) | 335.11º | 0.61% | 0.87% | - |
| XYZ | 38.49 | 24.33 | 28.65 | - |
| YUV | 133.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 143 | 0 | 0.61 | 0.36 | 0.13 | 335.11 | 0.67 | 0.61 |
| Hex | DE | 57 | 8F | 0 | 3D | 24 | D | 14F | 43 | 3D |
| Octal | 336 | 127 | 217 | 0 | 75 | 44 | 15 | 517 | 103 | 75 |
| Binary | 11011110 | 1010111 | 10001111 | 0 | 111101 | 100100 | 1101 | 101001111 | 1000011 | 111101 |
Color Harmonies of #DE578F
Complementary color
Monochromatic Colors of #DE578F
Black with #DE578F
Text Example
Text Example
White with #DE578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE578F; }
p { color: rgb(222,87,143); }
H1.HeaderClassName
{
color: #DE578F;
}
.AnyTagClassName
{
color: #DE578F;
}
</style>
background-color css
<style>
a { background-color: #DE578F; }
a { background-color: rgb(222,87,143); }
div.DivClassName
{
background-color: #DE578F;
}
.BgClassName
{
background-color: #DE578F;
}
</style>
border-color css
<style>
span { border-color: #DE578F; }
span { border-color: rgb(222,87,143); }
td.TdClassName
{
border-color: #DE578F;
}
.TagClassName
{
border-color: #DE578F;
}
</style>