Shades of Dark Pink #DF6181
Tints of Dark Pink #DF6181
RGB
CMYK
RGB Variations
Color information
#DF6181 (or 0xDF6181) is known color: Dark Pink. HEX triplet: DF, 61 and 81. RGB value is (223,97,129). Sum of RGB (Red+Green+Blue) = 223+97+129=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6181 is #209E7E. Grayscale: #8A8A8A. Windows color (decimal): -2137727 or 8479199. OLE color: 8479199.
HSL color Cylindrical-coordinate representation of color #DF6181: hue angle of 344.76º 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 #DF6181 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 129 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.13 |
| HSL | 344.76º | 0.66% | 0.63% | - |
| HSV(B) | 344.76º | 0.57% | 0.87% | - |
| XYZ | 38.67 | 25.82 | 23.72 | - |
| YUV | 138.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 129 | 0 | 0.57 | 0.42 | 0.13 | 344.76 | 0.66 | 0.63 |
| Hex | DF | 61 | 81 | 0 | 39 | 2A | D | 159 | 42 | 3F |
| Octal | 337 | 141 | 201 | 0 | 71 | 52 | 15 | 531 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10000001 | 0 | 111001 | 101010 | 1101 | 101011001 | 1000010 | 111111 |
Color Harmonies of #DF6181
Complementary color
Monochromatic Colors of #DF6181
Black with #DF6181
Text Example
Text Example
White with #DF6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6181; }
p { color: rgb(223,97,129); }
H1.HeaderClassName
{
color: #DF6181;
}
.AnyTagClassName
{
color: #DF6181;
}
</style>
background-color css
<style>
a { background-color: #DF6181; }
a { background-color: rgb(223,97,129); }
div.DivClassName
{
background-color: #DF6181;
}
.BgClassName
{
background-color: #DF6181;
}
</style>
border-color css
<style>
span { border-color: #DF6181; }
span { border-color: rgb(223,97,129); }
td.TdClassName
{
border-color: #DF6181;
}
.TagClassName
{
border-color: #DF6181;
}
</style>