Shades of Sea Pink #DC7F7B
Tints of Sea Pink #DC7F7B
RGB
CMYK
RGB Variations
Color information
#DC7F7B (or 0xDC7F7B) is known color: Sea Pink. HEX triplet: DC, 7F and 7B. RGB value is (220,127,123). Sum of RGB (Red+Green+Blue) = 220+127+123=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F7B is #238084. Grayscale: #9A9A9A. Windows color (decimal): -2326661 or 8093660. OLE color: 8093660.
HSL color Cylindrical-coordinate representation of color #DC7F7B: hue angle of 2.47º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7F7B is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 123 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.14 |
| HSL | 2.47º | 0.58% | 0.67% | - |
| HSV(B) | 2.47º | 0.44% | 0.86% | - |
| XYZ | 40.68 | 31.82 | 22.74 | - |
| YUV | 154.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 123 | 0 | 0.42 | 0.44 | 0.14 | 2.47 | 0.58 | 0.67 |
| Hex | DC | 7F | 7B | 0 | 2A | 2C | E | 2 | 3A | 43 |
| Octal | 334 | 177 | 173 | 0 | 52 | 54 | 16 | 2 | 72 | 103 |
| Binary | 11011100 | 1111111 | 1111011 | 0 | 101010 | 101100 | 1110 | 10 | 111010 | 1000011 |
Color Harmonies of #DC7F7B
Complementary color
Monochromatic Colors of #DC7F7B
Black with #DC7F7B
Text Example
Text Example
White with #DC7F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F7B; }
p { color: rgb(220,127,123); }
H1.HeaderClassName
{
color: #DC7F7B;
}
.AnyTagClassName
{
color: #DC7F7B;
}
</style>
background-color css
<style>
a { background-color: #DC7F7B; }
a { background-color: rgb(220,127,123); }
div.DivClassName
{
background-color: #DC7F7B;
}
.BgClassName
{
background-color: #DC7F7B;
}
</style>
border-color css
<style>
span { border-color: #DC7F7B; }
span { border-color: rgb(220,127,123); }
td.TdClassName
{
border-color: #DC7F7B;
}
.TagClassName
{
border-color: #DC7F7B;
}
</style>