Shades of Sea Pink #DC7A79
Tints of Sea Pink #DC7A79
RGB
CMYK
RGB Variations
Color information
#DC7A79 (or 0xDC7A79) is known color: Sea Pink. HEX triplet: DC, 7A and 79. RGB value is (220,122,121). Sum of RGB (Red+Green+Blue) = 220+122+121=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A79 is #238586. Grayscale: #979797. Windows color (decimal): -2327943 or 7961308. OLE color: 7961308.
HSL color Cylindrical-coordinate representation of color #DC7A79: hue angle of 0.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A79 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 121 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.14 |
| HSL | 0.61º | 0.59% | 0.67% | - |
| HSV(B) | 0.61º | 0.45% | 0.86% | - |
| XYZ | 39.93 | 30.52 | 21.87 | - |
| YUV | 151.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 121 | 0 | 0.45 | 0.45 | 0.14 | 0.61 | 0.59 | 0.67 |
| Hex | DC | 7A | 79 | 0 | 2D | 2D | E | 1 | 3B | 43 |
| Octal | 334 | 172 | 171 | 0 | 55 | 55 | 16 | 1 | 73 | 103 |
| Binary | 11011100 | 1111010 | 1111001 | 0 | 101101 | 101101 | 1110 | 1 | 111011 | 1000011 |
Color Harmonies of #DC7A79
Complementary color
Monochromatic Colors of #DC7A79
Black with #DC7A79
Text Example
Text Example
White with #DC7A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A79; }
p { color: rgb(220,122,121); }
H1.HeaderClassName
{
color: #DC7A79;
}
.AnyTagClassName
{
color: #DC7A79;
}
</style>
background-color css
<style>
a { background-color: #DC7A79; }
a { background-color: rgb(220,122,121); }
div.DivClassName
{
background-color: #DC7A79;
}
.BgClassName
{
background-color: #DC7A79;
}
</style>
border-color css
<style>
span { border-color: #DC7A79; }
span { border-color: rgb(220,122,121); }
td.TdClassName
{
border-color: #DC7A79;
}
.TagClassName
{
border-color: #DC7A79;
}
</style>