Shades of Sea Pink #DC7D7D
Tints of Sea Pink #DC7D7D
RGB
CMYK
RGB Variations
Color information
#DC7D7D (or 0xDC7D7D) is known color: Sea Pink. HEX triplet: DC, 7D and 7D. RGB value is (220,125,125). Sum of RGB (Red+Green+Blue) = 220+125+125=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D7D is #238282. Grayscale: #999999. Windows color (decimal): -2327171 or 8224220. OLE color: 8224220.
HSL color Cylindrical-coordinate representation of color #DC7D7D: hue angle of 0º 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 #DC7D7D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 125 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.14 |
| HSL | 0º | 0.58% | 0.68% | - |
| HSV(B) | 0º | 0.43% | 0.86% | - |
| XYZ | 40.55 | 31.36 | 23.32 | - |
| YUV | 153.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 125 | 0 | 0.43 | 0.43 | 0.14 | 0 | 0.58 | 0.68 |
| Hex | DC | 7D | 7D | 0 | 2B | 2B | E | 0 | 3A | 44 |
| Octal | 334 | 175 | 175 | 0 | 53 | 53 | 16 | 0 | 72 | 104 |
| Binary | 11011100 | 1111101 | 1111101 | 0 | 101011 | 101011 | 1110 | 0 | 111010 | 1000100 |
Color Harmonies of #DC7D7D
Complementary color
Monochromatic Colors of #DC7D7D
Black with #DC7D7D
Text Example
Text Example
White with #DC7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D7D; }
p { color: rgb(220,125,125); }
H1.HeaderClassName
{
color: #DC7D7D;
}
.AnyTagClassName
{
color: #DC7D7D;
}
</style>
background-color css
<style>
a { background-color: #DC7D7D; }
a { background-color: rgb(220,125,125); }
div.DivClassName
{
background-color: #DC7D7D;
}
.BgClassName
{
background-color: #DC7D7D;
}
</style>
border-color css
<style>
span { border-color: #DC7D7D; }
span { border-color: rgb(220,125,125); }
td.TdClassName
{
border-color: #DC7D7D;
}
.TagClassName
{
border-color: #DC7D7D;
}
</style>