Shades of Sea Pink #DC7A78
Tints of Sea Pink #DC7A78
RGB
CMYK
RGB Variations
Color information
#DC7A78 (or 0xDC7A78) is known color: Sea Pink. HEX triplet: DC, 7A and 78. RGB value is (220,122,120). Sum of RGB (Red+Green+Blue) = 220+122+120=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A78 is #238587. Grayscale: #979797. Windows color (decimal): -2327944 or 7895772. OLE color: 7895772.
HSL color Cylindrical-coordinate representation of color #DC7A78: hue angle of 1.2º 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 #DC7A78 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 120 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.14 |
| HSL | 1.2º | 0.59% | 0.67% | - |
| HSV(B) | 1.2º | 0.45% | 0.86% | - |
| XYZ | 39.86 | 30.49 | 21.55 | - |
| YUV | 151.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 120 | 0 | 0.45 | 0.45 | 0.14 | 1.2 | 0.59 | 0.67 |
| Hex | DC | 7A | 78 | 0 | 2D | 2D | E | 1 | 3B | 43 |
| Octal | 334 | 172 | 170 | 0 | 55 | 55 | 16 | 1 | 73 | 103 |
| Binary | 11011100 | 1111010 | 1111000 | 0 | 101101 | 101101 | 1110 | 1 | 111011 | 1000011 |
Color Harmonies of #DC7A78
Complementary color
Monochromatic Colors of #DC7A78
Black with #DC7A78
Text Example
Text Example
White with #DC7A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A78; }
p { color: rgb(220,122,120); }
H1.HeaderClassName
{
color: #DC7A78;
}
.AnyTagClassName
{
color: #DC7A78;
}
</style>
background-color css
<style>
a { background-color: #DC7A78; }
a { background-color: rgb(220,122,120); }
div.DivClassName
{
background-color: #DC7A78;
}
.BgClassName
{
background-color: #DC7A78;
}
</style>
border-color css
<style>
span { border-color: #DC7A78; }
span { border-color: rgb(220,122,120); }
td.TdClassName
{
border-color: #DC7A78;
}
.TagClassName
{
border-color: #DC7A78;
}
</style>