Shades of Dark Pink #DE4F92
Tints of Dark Pink #DE4F92
RGB
CMYK
RGB Variations
Color information
#DE4F92 (or 0xDE4F92) is known color: Dark Pink. HEX triplet: DE, 4F and 92. RGB value is (222,79,146). Sum of RGB (Red+Green+Blue) = 222+79+146=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4F92 is #21B06D. Grayscale: #818181. Windows color (decimal): -2207854 or 9588702. OLE color: 9588702.
HSL color Cylindrical-coordinate representation of color #DE4F92: hue angle of 331.89º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE4F92 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 146 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.13 |
| HSL | 331.89º | 0.68% | 0.59% | - |
| HSV(B) | 331.89º | 0.64% | 0.87% | - |
| XYZ | 38.11 | 23.2 | 29.66 | - |
| YUV | 129.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 146 | 0 | 0.64 | 0.34 | 0.13 | 331.89 | 0.68 | 0.59 |
| Hex | DE | 4F | 92 | 0 | 40 | 22 | D | 14C | 44 | 3B |
| Octal | 336 | 117 | 222 | 0 | 100 | 42 | 15 | 514 | 104 | 73 |
| Binary | 11011110 | 1001111 | 10010010 | 0 | 1000000 | 100010 | 1101 | 101001100 | 1000100 | 111011 |
Color Harmonies of #DE4F92
Complementary color
Monochromatic Colors of #DE4F92
Black with #DE4F92
Text Example
Text Example
White with #DE4F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4F92; }
p { color: rgb(222,79,146); }
H1.HeaderClassName
{
color: #DE4F92;
}
.AnyTagClassName
{
color: #DE4F92;
}
</style>
background-color css
<style>
a { background-color: #DE4F92; }
a { background-color: rgb(222,79,146); }
div.DivClassName
{
background-color: #DE4F92;
}
.BgClassName
{
background-color: #DE4F92;
}
</style>
border-color css
<style>
span { border-color: #DE4F92; }
span { border-color: rgb(222,79,146); }
td.TdClassName
{
border-color: #DE4F92;
}
.TagClassName
{
border-color: #DE4F92;
}
</style>