Shades of Sea Pink #DC7777
Tints of Sea Pink #DC7777
RGB
CMYK
RGB Variations
Color information
#DC7777 (or 0xDC7777) is known color: Sea Pink. HEX triplet: DC, 77 and 77. RGB value is (220,119,119). Sum of RGB (Red+Green+Blue) = 220+119+119=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7777 is #238888. Grayscale: #959595. Windows color (decimal): -2328713 or 7829468. OLE color: 7829468.
HSL color Cylindrical-coordinate representation of color #DC7777: hue angle of 0º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7777 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 119 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.14 |
| HSL | 0º | 0.59% | 0.66% | - |
| HSV(B) | 0º | 0.46% | 0.86% | - |
| XYZ | 39.44 | 29.74 | 21.11 | - |
| YUV | 149.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 119 | 0 | 0.46 | 0.46 | 0.14 | 0 | 0.59 | 0.66 |
| Hex | DC | 77 | 77 | 0 | 2E | 2E | E | 0 | 3B | 42 |
| Octal | 334 | 167 | 167 | 0 | 56 | 56 | 16 | 0 | 73 | 102 |
| Binary | 11011100 | 1110111 | 1110111 | 0 | 101110 | 101110 | 1110 | 0 | 111011 | 1000010 |
Color Harmonies of #DC7777
Complementary color
Monochromatic Colors of #DC7777
Black with #DC7777
Text Example
Text Example
White with #DC7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7777; }
p { color: rgb(220,119,119); }
H1.HeaderClassName
{
color: #DC7777;
}
.AnyTagClassName
{
color: #DC7777;
}
</style>
background-color css
<style>
a { background-color: #DC7777; }
a { background-color: rgb(220,119,119); }
div.DivClassName
{
background-color: #DC7777;
}
.BgClassName
{
background-color: #DC7777;
}
</style>
border-color css
<style>
span { border-color: #DC7777; }
span { border-color: rgb(220,119,119); }
td.TdClassName
{
border-color: #DC7777;
}
.TagClassName
{
border-color: #DC7777;
}
</style>