Shades of Sea Pink #DC7A7A
Tints of Sea Pink #DC7A7A
RGB
CMYK
RGB Variations
Color information
#DC7A7A (or 0xDC7A7A) is known color: Sea Pink. HEX triplet: DC, 7A and 7A. RGB value is (220,122,122). Sum of RGB (Red+Green+Blue) = 220+122+122=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A7A is #238585. Grayscale: #979797. Windows color (decimal): -2327942 or 8026844. OLE color: 8026844.
HSL color Cylindrical-coordinate representation of color #DC7A7A: hue angle of 0º degrees, saturation: 0.58, 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 #DC7A7A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 122 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.14 |
| HSL | 0º | 0.58% | 0.67% | - |
| HSV(B) | 0º | 0.45% | 0.86% | - |
| XYZ | 39.99 | 30.54 | 22.2 | - |
| YUV | 151.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 122 | 0 | 0.45 | 0.45 | 0.14 | 0 | 0.58 | 0.67 |
| Hex | DC | 7A | 7A | 0 | 2D | 2D | E | 0 | 3A | 43 |
| Octal | 334 | 172 | 172 | 0 | 55 | 55 | 16 | 0 | 72 | 103 |
| Binary | 11011100 | 1111010 | 1111010 | 0 | 101101 | 101101 | 1110 | 0 | 111010 | 1000011 |
Color Harmonies of #DC7A7A
Complementary color
Monochromatic Colors of #DC7A7A
Black with #DC7A7A
Text Example
Text Example
White with #DC7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A7A; }
p { color: rgb(220,122,122); }
H1.HeaderClassName
{
color: #DC7A7A;
}
.AnyTagClassName
{
color: #DC7A7A;
}
</style>
background-color css
<style>
a { background-color: #DC7A7A; }
a { background-color: rgb(220,122,122); }
div.DivClassName
{
background-color: #DC7A7A;
}
.BgClassName
{
background-color: #DC7A7A;
}
</style>
border-color css
<style>
span { border-color: #DC7A7A; }
span { border-color: rgb(220,122,122); }
td.TdClassName
{
border-color: #DC7A7A;
}
.TagClassName
{
border-color: #DC7A7A;
}
</style>