Shades of Sea Pink #DC7F7D
Tints of Sea Pink #DC7F7D
RGB
CMYK
RGB Variations
Color information
#DC7F7D (or 0xDC7F7D) is known color: Sea Pink. HEX triplet: DC, 7F and 7D. RGB value is (220,127,125). Sum of RGB (Red+Green+Blue) = 220+127+125=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F7D is #238082. Grayscale: #9A9A9A. Windows color (decimal): -2326659 or 8224732. OLE color: 8224732.
HSL color Cylindrical-coordinate representation of color #DC7F7D: hue angle of 1.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7F7D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 125 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.14 |
| HSL | 1.26º | 0.58% | 0.68% | - |
| HSV(B) | 1.26º | 0.43% | 0.86% | - |
| XYZ | 40.81 | 31.88 | 23.4 | - |
| YUV | 154.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 125 | 0 | 0.42 | 0.43 | 0.14 | 1.26 | 0.58 | 0.68 |
| Hex | DC | 7F | 7D | 0 | 2A | 2B | E | 1 | 3A | 44 |
| Octal | 334 | 177 | 175 | 0 | 52 | 53 | 16 | 1 | 72 | 104 |
| Binary | 11011100 | 1111111 | 1111101 | 0 | 101010 | 101011 | 1110 | 1 | 111010 | 1000100 |
Color Harmonies of #DC7F7D
Complementary color
Monochromatic Colors of #DC7F7D
Black with #DC7F7D
Text Example
Text Example
White with #DC7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F7D; }
p { color: rgb(220,127,125); }
H1.HeaderClassName
{
color: #DC7F7D;
}
.AnyTagClassName
{
color: #DC7F7D;
}
</style>
background-color css
<style>
a { background-color: #DC7F7D; }
a { background-color: rgb(220,127,125); }
div.DivClassName
{
background-color: #DC7F7D;
}
.BgClassName
{
background-color: #DC7F7D;
}
</style>
border-color css
<style>
span { border-color: #DC7F7D; }
span { border-color: rgb(220,127,125); }
td.TdClassName
{
border-color: #DC7F7D;
}
.TagClassName
{
border-color: #DC7F7D;
}
</style>