Shades of Sea Pink #DC7979
Tints of Sea Pink #DC7979
RGB
CMYK
RGB Variations
Color information
#DC7979 (or 0xDC7979) is known color: Sea Pink. HEX triplet: DC, 79 and 79. RGB value is (220,121,121). Sum of RGB (Red+Green+Blue) = 220+121+121=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7979 is #238686. Grayscale: #969696. Windows color (decimal): -2328199 or 7961052. OLE color: 7961052.
HSL color Cylindrical-coordinate representation of color #DC7979: hue angle of 0º 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 #DC7979 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 121 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.14 |
| HSL | 0º | 0.59% | 0.67% | - |
| HSV(B) | 0º | 0.45% | 0.86% | - |
| XYZ | 39.8 | 30.27 | 21.83 | - |
| YUV | 150.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 121 | 0 | 0.45 | 0.45 | 0.14 | 0 | 0.59 | 0.67 |
| Hex | DC | 79 | 79 | 0 | 2D | 2D | E | 0 | 3B | 43 |
| Octal | 334 | 171 | 171 | 0 | 55 | 55 | 16 | 0 | 73 | 103 |
| Binary | 11011100 | 1111001 | 1111001 | 0 | 101101 | 101101 | 1110 | 0 | 111011 | 1000011 |
Color Harmonies of #DC7979
Complementary color
Monochromatic Colors of #DC7979
Black with #DC7979
Text Example
Text Example
White with #DC7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7979; }
p { color: rgb(220,121,121); }
H1.HeaderClassName
{
color: #DC7979;
}
.AnyTagClassName
{
color: #DC7979;
}
</style>
background-color css
<style>
a { background-color: #DC7979; }
a { background-color: rgb(220,121,121); }
div.DivClassName
{
background-color: #DC7979;
}
.BgClassName
{
background-color: #DC7979;
}
</style>
border-color css
<style>
span { border-color: #DC7979; }
span { border-color: rgb(220,121,121); }
td.TdClassName
{
border-color: #DC7979;
}
.TagClassName
{
border-color: #DC7979;
}
</style>