Shades of Dark Pink #DC617E
Tints of Dark Pink #DC617E
RGB
CMYK
RGB Variations
Color information
#DC617E (or 0xDC617E) is known color: Dark Pink. HEX triplet: DC, 61 and 7E. RGB value is (220,97,126). Sum of RGB (Red+Green+Blue) = 220+97+126=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC617E is #239E81. Grayscale: #898989. Windows color (decimal): -2334338 or 8282588. OLE color: 8282588.
HSL color Cylindrical-coordinate representation of color #DC617E: hue angle of 345.85º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC617E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 126 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.14 |
| HSL | 345.85º | 0.64% | 0.62% | - |
| HSV(B) | 345.85º | 0.56% | 0.86% | - |
| XYZ | 37.56 | 25.27 | 22.64 | - |
| YUV | 137.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 126 | 0 | 0.56 | 0.43 | 0.14 | 345.85 | 0.64 | 0.62 |
| Hex | DC | 61 | 7E | 0 | 38 | 2B | E | 15A | 40 | 3E |
| Octal | 334 | 141 | 176 | 0 | 70 | 53 | 16 | 532 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1111110 | 0 | 111000 | 101011 | 1110 | 101011010 | 1000000 | 111110 |
Color Harmonies of #DC617E
Complementary color
Monochromatic Colors of #DC617E
Black with #DC617E
Text Example
Text Example
White with #DC617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC617E; }
p { color: rgb(220,97,126); }
H1.HeaderClassName
{
color: #DC617E;
}
.AnyTagClassName
{
color: #DC617E;
}
</style>
background-color css
<style>
a { background-color: #DC617E; }
a { background-color: rgb(220,97,126); }
div.DivClassName
{
background-color: #DC617E;
}
.BgClassName
{
background-color: #DC617E;
}
</style>
border-color css
<style>
span { border-color: #DC617E; }
span { border-color: rgb(220,97,126); }
td.TdClassName
{
border-color: #DC617E;
}
.TagClassName
{
border-color: #DC617E;
}
</style>