Shades of Dark Pink #DF617F
Tints of Dark Pink #DF617F
RGB
CMYK
RGB Variations
Color information
#DF617F (or 0xDF617F) is known color: Dark Pink. HEX triplet: DF, 61 and 7F. RGB value is (223,97,127). Sum of RGB (Red+Green+Blue) = 223+97+127=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF617F is #209E80. Grayscale: #8A8A8A. Windows color (decimal): -2137729 or 8348127. OLE color: 8348127.
HSL color Cylindrical-coordinate representation of color #DF617F: hue angle of 345.71º 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 #DF617F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 127 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.13 |
| HSL | 345.71º | 0.66% | 0.63% | - |
| HSV(B) | 345.71º | 0.57% | 0.87% | - |
| XYZ | 38.54 | 25.77 | 23.02 | - |
| YUV | 138.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 127 | 0 | 0.57 | 0.43 | 0.13 | 345.71 | 0.66 | 0.63 |
| Hex | DF | 61 | 7F | 0 | 39 | 2B | D | 15A | 42 | 3F |
| Octal | 337 | 141 | 177 | 0 | 71 | 53 | 15 | 532 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1111111 | 0 | 111001 | 101011 | 1101 | 101011010 | 1000010 | 111111 |
Color Harmonies of #DF617F
Complementary color
Monochromatic Colors of #DF617F
Black with #DF617F
Text Example
Text Example
White with #DF617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF617F; }
p { color: rgb(223,97,127); }
H1.HeaderClassName
{
color: #DF617F;
}
.AnyTagClassName
{
color: #DF617F;
}
</style>
background-color css
<style>
a { background-color: #DF617F; }
a { background-color: rgb(223,97,127); }
div.DivClassName
{
background-color: #DF617F;
}
.BgClassName
{
background-color: #DF617F;
}
</style>
border-color css
<style>
span { border-color: #DF617F; }
span { border-color: rgb(223,97,127); }
td.TdClassName
{
border-color: #DF617F;
}
.TagClassName
{
border-color: #DF617F;
}
</style>