Shades of Dark Pink #DF607F
Tints of Dark Pink #DF607F
RGB
CMYK
RGB Variations
Color information
#DF607F (or 0xDF607F) is known color: Dark Pink. HEX triplet: DF, 60 and 7F. RGB value is (223,96,127). Sum of RGB (Red+Green+Blue) = 223+96+127=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF607F is #209F80. Grayscale: #898989. Windows color (decimal): -2137985 or 8347871. OLE color: 8347871.
HSL color Cylindrical-coordinate representation of color #DF607F: hue angle of 345.35º 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 #DF607F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 127 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.13 |
| HSL | 345.35º | 0.66% | 0.63% | - |
| HSV(B) | 345.35º | 0.57% | 0.87% | - |
| XYZ | 38.45 | 25.59 | 22.99 | - |
| YUV | 137.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 127 | 0 | 0.57 | 0.43 | 0.13 | 345.35 | 0.66 | 0.63 |
| Hex | DF | 60 | 7F | 0 | 39 | 2B | D | 159 | 42 | 3F |
| Octal | 337 | 140 | 177 | 0 | 71 | 53 | 15 | 531 | 102 | 77 |
| Binary | 11011111 | 1100000 | 1111111 | 0 | 111001 | 101011 | 1101 | 101011001 | 1000010 | 111111 |
Color Harmonies of #DF607F
Complementary color
Monochromatic Colors of #DF607F
Black with #DF607F
Text Example
Text Example
White with #DF607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF607F; }
p { color: rgb(223,96,127); }
H1.HeaderClassName
{
color: #DF607F;
}
.AnyTagClassName
{
color: #DF607F;
}
</style>
background-color css
<style>
a { background-color: #DF607F; }
a { background-color: rgb(223,96,127); }
div.DivClassName
{
background-color: #DF607F;
}
.BgClassName
{
background-color: #DF607F;
}
</style>
border-color css
<style>
span { border-color: #DF607F; }
span { border-color: rgb(223,96,127); }
td.TdClassName
{
border-color: #DF607F;
}
.TagClassName
{
border-color: #DF607F;
}
</style>