Shades of Dark Pink #DF5089
Tints of Dark Pink #DF5089
RGB
CMYK
RGB Variations
Color information
#DF5089 (or 0xDF5089) is known color: Dark Pink. HEX triplet: DF, 50 and 89. RGB value is (223,80,137). Sum of RGB (Red+Green+Blue) = 223+80+137=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5089 is #20AF76. Grayscale: #818181. Windows color (decimal): -2142071 or 8999135. OLE color: 8999135.
HSL color Cylindrical-coordinate representation of color #DF5089: hue angle of 336.08º degrees, saturation: 0.69, 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 #DF5089 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 137 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.13 |
| HSL | 336.08º | 0.69% | 0.59% | - |
| HSV(B) | 336.08º | 0.64% | 0.87% | - |
| XYZ | 37.82 | 23.23 | 26.16 | - |
| YUV | 129.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 137 | 0 | 0.64 | 0.39 | 0.13 | 336.08 | 0.69 | 0.59 |
| Hex | DF | 50 | 89 | 0 | 40 | 27 | D | 150 | 45 | 3B |
| Octal | 337 | 120 | 211 | 0 | 100 | 47 | 15 | 520 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10001001 | 0 | 1000000 | 100111 | 1101 | 101010000 | 1000101 | 111011 |
Color Harmonies of #DF5089
Complementary color
Monochromatic Colors of #DF5089
Black with #DF5089
Text Example
Text Example
White with #DF5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5089; }
p { color: rgb(223,80,137); }
H1.HeaderClassName
{
color: #DF5089;
}
.AnyTagClassName
{
color: #DF5089;
}
</style>
background-color css
<style>
a { background-color: #DF5089; }
a { background-color: rgb(223,80,137); }
div.DivClassName
{
background-color: #DF5089;
}
.BgClassName
{
background-color: #DF5089;
}
</style>
border-color css
<style>
span { border-color: #DF5089; }
span { border-color: rgb(223,80,137); }
td.TdClassName
{
border-color: #DF5089;
}
.TagClassName
{
border-color: #DF5089;
}
</style>