Shades of Dark Pink #DF6088
Tints of Dark Pink #DF6088
RGB
CMYK
RGB Variations
Color information
#DF6088 (or 0xDF6088) is known color: Dark Pink. HEX triplet: DF, 60 and 88. RGB value is (223,96,136). Sum of RGB (Red+Green+Blue) = 223+96+136=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6088 is #209F77. Grayscale: #8A8A8A. Windows color (decimal): -2137976 or 8937695. OLE color: 8937695.
HSL color Cylindrical-coordinate representation of color #DF6088: hue angle of 341.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6088 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 136 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.13 |
| HSL | 341.1º | 0.66% | 0.63% | - |
| HSV(B) | 341.1º | 0.57% | 0.87% | - |
| XYZ | 39.06 | 25.83 | 26.22 | - |
| YUV | 138.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 136 | 0 | 0.57 | 0.39 | 0.13 | 341.1 | 0.66 | 0.63 |
| Hex | DF | 60 | 88 | 0 | 39 | 27 | D | 155 | 42 | 3F |
| Octal | 337 | 140 | 210 | 0 | 71 | 47 | 15 | 525 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10001000 | 0 | 111001 | 100111 | 1101 | 101010101 | 1000010 | 111111 |
Color Harmonies of #DF6088
Complementary color
Monochromatic Colors of #DF6088
Black with #DF6088
Text Example
Text Example
White with #DF6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6088; }
p { color: rgb(223,96,136); }
H1.HeaderClassName
{
color: #DF6088;
}
.AnyTagClassName
{
color: #DF6088;
}
</style>
background-color css
<style>
a { background-color: #DF6088; }
a { background-color: rgb(223,96,136); }
div.DivClassName
{
background-color: #DF6088;
}
.BgClassName
{
background-color: #DF6088;
}
</style>
border-color css
<style>
span { border-color: #DF6088; }
span { border-color: rgb(223,96,136); }
td.TdClassName
{
border-color: #DF6088;
}
.TagClassName
{
border-color: #DF6088;
}
</style>