Shades of Dark Pink #DE5B7F
Tints of Dark Pink #DE5B7F
RGB
CMYK
RGB Variations
Color information
#DE5B7F (or 0xDE5B7F) is known color: Dark Pink. HEX triplet: DE, 5B and 7F. RGB value is (222,91,127). Sum of RGB (Red+Green+Blue) = 222+91+127=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5B7F is #21A480. Grayscale: #868686. Windows color (decimal): -2204801 or 8346590. OLE color: 8346590.
HSL color Cylindrical-coordinate representation of color #DE5B7F: hue angle of 343.51º degrees, saturation: 0.66, 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 #DE5B7F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 127 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.13 |
| HSL | 343.51º | 0.66% | 0.61% | - |
| HSV(B) | 343.51º | 0.59% | 0.87% | - |
| XYZ | 37.7 | 24.54 | 22.83 | - |
| YUV | 134.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 127 | 0 | 0.59 | 0.43 | 0.13 | 343.51 | 0.66 | 0.61 |
| Hex | DE | 5B | 7F | 0 | 3B | 2B | D | 158 | 42 | 3D |
| Octal | 336 | 133 | 177 | 0 | 73 | 53 | 15 | 530 | 102 | 75 |
| Binary | 11011110 | 1011011 | 1111111 | 0 | 111011 | 101011 | 1101 | 101011000 | 1000010 | 111101 |
Color Harmonies of #DE5B7F
Complementary color
Monochromatic Colors of #DE5B7F
Black with #DE5B7F
Text Example
Text Example
White with #DE5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B7F; }
p { color: rgb(222,91,127); }
H1.HeaderClassName
{
color: #DE5B7F;
}
.AnyTagClassName
{
color: #DE5B7F;
}
</style>
background-color css
<style>
a { background-color: #DE5B7F; }
a { background-color: rgb(222,91,127); }
div.DivClassName
{
background-color: #DE5B7F;
}
.BgClassName
{
background-color: #DE5B7F;
}
</style>
border-color css
<style>
span { border-color: #DE5B7F; }
span { border-color: rgb(222,91,127); }
td.TdClassName
{
border-color: #DE5B7F;
}
.TagClassName
{
border-color: #DE5B7F;
}
</style>