Shades of Sea Pink #DC7D7C
Tints of Sea Pink #DC7D7C
RGB
CMYK
RGB Variations
Color information
#DC7D7C (or 0xDC7D7C) is known color: Sea Pink. HEX triplet: DC, 7D and 7C. RGB value is (220,125,124). Sum of RGB (Red+Green+Blue) = 220+125+124=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D7C is #238283. Grayscale: #999999. Windows color (decimal): -2327172 or 8158684. OLE color: 8158684.
HSL color Cylindrical-coordinate representation of color #DC7D7C: hue angle of 0.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7D7C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 124 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.14 |
| HSL | 0.63º | 0.58% | 0.67% | - |
| HSV(B) | 0.63º | 0.44% | 0.86% | - |
| XYZ | 40.49 | 31.34 | 22.98 | - |
| YUV | 153.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 124 | 0 | 0.43 | 0.44 | 0.14 | 0.63 | 0.58 | 0.67 |
| Hex | DC | 7D | 7C | 0 | 2B | 2C | E | 1 | 3A | 43 |
| Octal | 334 | 175 | 174 | 0 | 53 | 54 | 16 | 1 | 72 | 103 |
| Binary | 11011100 | 1111101 | 1111100 | 0 | 101011 | 101100 | 1110 | 1 | 111010 | 1000011 |
Color Harmonies of #DC7D7C
Complementary color
Monochromatic Colors of #DC7D7C
Black with #DC7D7C
Text Example
Text Example
White with #DC7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D7C; }
p { color: rgb(220,125,124); }
H1.HeaderClassName
{
color: #DC7D7C;
}
.AnyTagClassName
{
color: #DC7D7C;
}
</style>
background-color css
<style>
a { background-color: #DC7D7C; }
a { background-color: rgb(220,125,124); }
div.DivClassName
{
background-color: #DC7D7C;
}
.BgClassName
{
background-color: #DC7D7C;
}
</style>
border-color css
<style>
span { border-color: #DC7D7C; }
span { border-color: rgb(220,125,124); }
td.TdClassName
{
border-color: #DC7D7C;
}
.TagClassName
{
border-color: #DC7D7C;
}
</style>