Shades of Dark Pink #DF617B
Tints of Dark Pink #DF617B
RGB
CMYK
RGB Variations
Color information
#DF617B (or 0xDF617B) is known color: Dark Pink. HEX triplet: DF, 61 and 7B. RGB value is (223,97,123). Sum of RGB (Red+Green+Blue) = 223+97+123=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF617B is #209E84. Grayscale: #898989. Windows color (decimal): -2137733 or 8085983. OLE color: 8085983.
HSL color Cylindrical-coordinate representation of color #DF617B: hue angle of 347.62º 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 #DF617B is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 123 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.13 |
| HSL | 347.62º | 0.66% | 0.63% | - |
| HSV(B) | 347.62º | 0.57% | 0.87% | - |
| XYZ | 38.28 | 25.67 | 21.68 | - |
| YUV | 137.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 123 | 0 | 0.57 | 0.45 | 0.13 | 347.62 | 0.66 | 0.63 |
| Hex | DF | 61 | 7B | 0 | 39 | 2D | D | 15C | 42 | 3F |
| Octal | 337 | 141 | 173 | 0 | 71 | 55 | 15 | 534 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1111011 | 0 | 111001 | 101101 | 1101 | 101011100 | 1000010 | 111111 |
Color Harmonies of #DF617B
Complementary color
Monochromatic Colors of #DF617B
Black with #DF617B
Text Example
Text Example
White with #DF617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF617B; }
p { color: rgb(223,97,123); }
H1.HeaderClassName
{
color: #DF617B;
}
.AnyTagClassName
{
color: #DF617B;
}
</style>
background-color css
<style>
a { background-color: #DF617B; }
a { background-color: rgb(223,97,123); }
div.DivClassName
{
background-color: #DF617B;
}
.BgClassName
{
background-color: #DF617B;
}
</style>
border-color css
<style>
span { border-color: #DF617B; }
span { border-color: rgb(223,97,123); }
td.TdClassName
{
border-color: #DF617B;
}
.TagClassName
{
border-color: #DF617B;
}
</style>