Shades of Dark Pink #DF627E
Tints of Dark Pink #DF627E
RGB
CMYK
RGB Variations
Color information
#DF627E (or 0xDF627E) is known color: Dark Pink. HEX triplet: DF, 62 and 7E. RGB value is (223,98,126). Sum of RGB (Red+Green+Blue) = 223+98+126=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF627E is #209D81. Grayscale: #8A8A8A. Windows color (decimal): -2137474 or 8282847. OLE color: 8282847.
HSL color Cylindrical-coordinate representation of color #DF627E: hue angle of 346.56º 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 #DF627E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 126 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.13 |
| HSL | 346.56º | 0.66% | 0.63% | - |
| HSV(B) | 346.56º | 0.56% | 0.87% | - |
| XYZ | 38.57 | 25.93 | 22.71 | - |
| YUV | 138.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 126 | 0 | 0.56 | 0.43 | 0.13 | 346.56 | 0.66 | 0.63 |
| Hex | DF | 62 | 7E | 0 | 38 | 2B | D | 15B | 42 | 3F |
| Octal | 337 | 142 | 176 | 0 | 70 | 53 | 15 | 533 | 102 | 77 |
| Binary | 11011111 | 1100010 | 1111110 | 0 | 111000 | 101011 | 1101 | 101011011 | 1000010 | 111111 |
Color Harmonies of #DF627E
Complementary color
Monochromatic Colors of #DF627E
Black with #DF627E
Text Example
Text Example
White with #DF627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF627E; }
p { color: rgb(223,98,126); }
H1.HeaderClassName
{
color: #DF627E;
}
.AnyTagClassName
{
color: #DF627E;
}
</style>
background-color css
<style>
a { background-color: #DF627E; }
a { background-color: rgb(223,98,126); }
div.DivClassName
{
background-color: #DF627E;
}
.BgClassName
{
background-color: #DF627E;
}
</style>
border-color css
<style>
span { border-color: #DF627E; }
span { border-color: rgb(223,98,126); }
td.TdClassName
{
border-color: #DF627E;
}
.TagClassName
{
border-color: #DF627E;
}
</style>