Shades of Sea Pink #DC7E7D
Tints of Sea Pink #DC7E7D
RGB
CMYK
RGB Variations
Color information
#DC7E7D (or 0xDC7E7D) is known color: Sea Pink. HEX triplet: DC, 7E and 7D. RGB value is (220,126,125). Sum of RGB (Red+Green+Blue) = 220+126+125=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E7D is #238182. Grayscale: #9A9A9A. Windows color (decimal): -2326915 or 8224476. OLE color: 8224476.
HSL color Cylindrical-coordinate representation of color #DC7E7D: hue angle of 0.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7E7D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 125 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.14 |
| HSL | 0.63º | 0.58% | 0.68% | - |
| HSV(B) | 0.63º | 0.43% | 0.86% | - |
| XYZ | 40.68 | 31.62 | 23.36 | - |
| YUV | 153.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 125 | 0 | 0.43 | 0.43 | 0.14 | 0.63 | 0.58 | 0.68 |
| Hex | DC | 7E | 7D | 0 | 2B | 2B | E | 1 | 3A | 44 |
| Octal | 334 | 176 | 175 | 0 | 53 | 53 | 16 | 1 | 72 | 104 |
| Binary | 11011100 | 1111110 | 1111101 | 0 | 101011 | 101011 | 1110 | 1 | 111010 | 1000100 |
Color Harmonies of #DC7E7D
Complementary color
Monochromatic Colors of #DC7E7D
Black with #DC7E7D
Text Example
Text Example
White with #DC7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E7D; }
p { color: rgb(220,126,125); }
H1.HeaderClassName
{
color: #DC7E7D;
}
.AnyTagClassName
{
color: #DC7E7D;
}
</style>
background-color css
<style>
a { background-color: #DC7E7D; }
a { background-color: rgb(220,126,125); }
div.DivClassName
{
background-color: #DC7E7D;
}
.BgClassName
{
background-color: #DC7E7D;
}
</style>
border-color css
<style>
span { border-color: #DC7E7D; }
span { border-color: rgb(220,126,125); }
td.TdClassName
{
border-color: #DC7E7D;
}
.TagClassName
{
border-color: #DC7E7D;
}
</style>