Shades of Dark Pink #DC627D
Tints of Dark Pink #DC627D
RGB
CMYK
RGB Variations
Color information
#DC627D (or 0xDC627D) is known color: Dark Pink. HEX triplet: DC, 62 and 7D. RGB value is (220,98,125). Sum of RGB (Red+Green+Blue) = 220+98+125=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC627D is #239D82. Grayscale: #898989. Windows color (decimal): -2334083 or 8217308. OLE color: 8217308.
HSL color Cylindrical-coordinate representation of color #DC627D: hue angle of 346.72º 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 #DC627D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 125 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.14 |
| HSL | 346.72º | 0.64% | 0.62% | - |
| HSV(B) | 346.72º | 0.55% | 0.86% | - |
| XYZ | 37.58 | 25.43 | 22.33 | - |
| YUV | 137.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 125 | 0 | 0.55 | 0.43 | 0.14 | 346.72 | 0.64 | 0.62 |
| Hex | DC | 62 | 7D | 0 | 37 | 2B | E | 15B | 40 | 3E |
| Octal | 334 | 142 | 175 | 0 | 67 | 53 | 16 | 533 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1111101 | 0 | 110111 | 101011 | 1110 | 101011011 | 1000000 | 111110 |
Color Harmonies of #DC627D
Complementary color
Monochromatic Colors of #DC627D
Black with #DC627D
Text Example
Text Example
White with #DC627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC627D; }
p { color: rgb(220,98,125); }
H1.HeaderClassName
{
color: #DC627D;
}
.AnyTagClassName
{
color: #DC627D;
}
</style>
background-color css
<style>
a { background-color: #DC627D; }
a { background-color: rgb(220,98,125); }
div.DivClassName
{
background-color: #DC627D;
}
.BgClassName
{
background-color: #DC627D;
}
</style>
border-color css
<style>
span { border-color: #DC627D; }
span { border-color: rgb(220,98,125); }
td.TdClassName
{
border-color: #DC627D;
}
.TagClassName
{
border-color: #DC627D;
}
</style>