Shades of Dark Pink #DE548E
Tints of Dark Pink #DE548E
RGB
CMYK
RGB Variations
Color information
#DE548E (or 0xDE548E) is known color: Dark Pink. HEX triplet: DE, 54 and 8E. RGB value is (222,84,142). Sum of RGB (Red+Green+Blue) = 222+84+142=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE548E is #21AB71. Grayscale: #838383. Windows color (decimal): -2206578 or 9327838. OLE color: 9327838.
HSL color Cylindrical-coordinate representation of color #DE548E: hue angle of 334.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE548E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 142 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.13 |
| HSL | 334.78º | 0.68% | 0.6% | - |
| HSV(B) | 334.78º | 0.62% | 0.87% | - |
| XYZ | 38.18 | 23.82 | 28.18 | - |
| YUV | 131.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 142 | 0 | 0.62 | 0.36 | 0.13 | 334.78 | 0.68 | 0.6 |
| Hex | DE | 54 | 8E | 0 | 3E | 24 | D | 14F | 44 | 3C |
| Octal | 336 | 124 | 216 | 0 | 76 | 44 | 15 | 517 | 104 | 74 |
| Binary | 11011110 | 1010100 | 10001110 | 0 | 111110 | 100100 | 1101 | 101001111 | 1000100 | 111100 |
Color Harmonies of #DE548E
Complementary color
Monochromatic Colors of #DE548E
Black with #DE548E
Text Example
Text Example
White with #DE548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE548E; }
p { color: rgb(222,84,142); }
H1.HeaderClassName
{
color: #DE548E;
}
.AnyTagClassName
{
color: #DE548E;
}
</style>
background-color css
<style>
a { background-color: #DE548E; }
a { background-color: rgb(222,84,142); }
div.DivClassName
{
background-color: #DE548E;
}
.BgClassName
{
background-color: #DE548E;
}
</style>
border-color css
<style>
span { border-color: #DE548E; }
span { border-color: rgb(222,84,142); }
td.TdClassName
{
border-color: #DE548E;
}
.TagClassName
{
border-color: #DE548E;
}
</style>