Shades of Dark Pink #DF627D
Tints of Dark Pink #DF627D
RGB
CMYK
RGB Variations
Color information
#DF627D (or 0xDF627D) is known color: Dark Pink. HEX triplet: DF, 62 and 7D. RGB value is (223,98,125). Sum of RGB (Red+Green+Blue) = 223+98+125=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF627D is #209D82. Grayscale: #8A8A8A. Windows color (decimal): -2137475 or 8217311. OLE color: 8217311.
HSL color Cylindrical-coordinate representation of color #DF627D: hue angle of 347.04º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF627D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 125 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.13 |
| HSL | 347.04º | 0.66% | 0.63% | - |
| HSV(B) | 347.04º | 0.56% | 0.87% | - |
| XYZ | 38.5 | 25.9 | 22.37 | - |
| YUV | 138.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 125 | 0 | 0.56 | 0.44 | 0.13 | 347.04 | 0.66 | 0.63 |
| Hex | DF | 62 | 7D | 0 | 38 | 2C | D | 15B | 42 | 3F |
| Octal | 337 | 142 | 175 | 0 | 70 | 54 | 15 | 533 | 102 | 77 |
| Binary | 11011111 | 1100010 | 1111101 | 0 | 111000 | 101100 | 1101 | 101011011 | 1000010 | 111111 |
Color Harmonies of #DF627D
Complementary color
Monochromatic Colors of #DF627D
Black with #DF627D
Text Example
Text Example
White with #DF627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF627D; }
p { color: rgb(223,98,125); }
H1.HeaderClassName
{
color: #DF627D;
}
.AnyTagClassName
{
color: #DF627D;
}
</style>
background-color css
<style>
a { background-color: #DF627D; }
a { background-color: rgb(223,98,125); }
div.DivClassName
{
background-color: #DF627D;
}
.BgClassName
{
background-color: #DF627D;
}
</style>
border-color css
<style>
span { border-color: #DF627D; }
span { border-color: rgb(223,98,125); }
td.TdClassName
{
border-color: #DF627D;
}
.TagClassName
{
border-color: #DF627D;
}
</style>