Shades of Dark Pink #DF4E83
Tints of Dark Pink #DF4E83
RGB
CMYK
RGB Variations
Color information
#DF4E83 (or 0xDF4E83) is known color: Dark Pink. HEX triplet: DF, 4E and 83. RGB value is (223,78,131). Sum of RGB (Red+Green+Blue) = 223+78+131=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E83 is #20B17C. Grayscale: #7F7F7F. Windows color (decimal): -2142589 or 8605407. OLE color: 8605407.
HSL color Cylindrical-coordinate representation of color #DF4E83: hue angle of 338.07º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4E83 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 131 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.13 |
| HSL | 338.07º | 0.69% | 0.59% | - |
| HSV(B) | 338.07º | 0.65% | 0.87% | - |
| XYZ | 37.25 | 22.78 | 23.91 | - |
| YUV | 127.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 131 | 0 | 0.65 | 0.41 | 0.13 | 338.07 | 0.69 | 0.59 |
| Hex | DF | 4E | 83 | 0 | 41 | 29 | D | 152 | 45 | 3B |
| Octal | 337 | 116 | 203 | 0 | 101 | 51 | 15 | 522 | 105 | 73 |
| Binary | 11011111 | 1001110 | 10000011 | 0 | 1000001 | 101001 | 1101 | 101010010 | 1000101 | 111011 |
Color Harmonies of #DF4E83
Complementary color
Monochromatic Colors of #DF4E83
Black with #DF4E83
Text Example
Text Example
White with #DF4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E83; }
p { color: rgb(223,78,131); }
H1.HeaderClassName
{
color: #DF4E83;
}
.AnyTagClassName
{
color: #DF4E83;
}
</style>
background-color css
<style>
a { background-color: #DF4E83; }
a { background-color: rgb(223,78,131); }
div.DivClassName
{
background-color: #DF4E83;
}
.BgClassName
{
background-color: #DF4E83;
}
</style>
border-color css
<style>
span { border-color: #DF4E83; }
span { border-color: rgb(223,78,131); }
td.TdClassName
{
border-color: #DF4E83;
}
.TagClassName
{
border-color: #DF4E83;
}
</style>