Shades of Dark Pink #DC627E
Tints of Dark Pink #DC627E
RGB
CMYK
RGB Variations
Color information
#DC627E (or 0xDC627E) is known color: Dark Pink. HEX triplet: DC, 62 and 7E. RGB value is (220,98,126). Sum of RGB (Red+Green+Blue) = 220+98+126=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC627E is #239D81. Grayscale: #898989. Windows color (decimal): -2334082 or 8282844. OLE color: 8282844.
HSL color Cylindrical-coordinate representation of color #DC627E: hue angle of 346.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC627E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 126 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.14 |
| HSL | 346.23º | 0.64% | 0.62% | - |
| HSV(B) | 346.23º | 0.55% | 0.86% | - |
| XYZ | 37.65 | 25.46 | 22.67 | - |
| YUV | 137.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 126 | 0 | 0.55 | 0.43 | 0.14 | 346.23 | 0.64 | 0.62 |
| Hex | DC | 62 | 7E | 0 | 37 | 2B | E | 15A | 40 | 3E |
| Octal | 334 | 142 | 176 | 0 | 67 | 53 | 16 | 532 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1111110 | 0 | 110111 | 101011 | 1110 | 101011010 | 1000000 | 111110 |
Color Harmonies of #DC627E
Complementary color
Monochromatic Colors of #DC627E
Black with #DC627E
Text Example
Text Example
White with #DC627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC627E; }
p { color: rgb(220,98,126); }
H1.HeaderClassName
{
color: #DC627E;
}
.AnyTagClassName
{
color: #DC627E;
}
</style>
background-color css
<style>
a { background-color: #DC627E; }
a { background-color: rgb(220,98,126); }
div.DivClassName
{
background-color: #DC627E;
}
.BgClassName
{
background-color: #DC627E;
}
</style>
border-color css
<style>
span { border-color: #DC627E; }
span { border-color: rgb(220,98,126); }
td.TdClassName
{
border-color: #DC627E;
}
.TagClassName
{
border-color: #DC627E;
}
</style>