Shades of Sea Pink #DC807C
Tints of Sea Pink #DC807C
RGB
CMYK
RGB Variations
Color information
#DC807C (or 0xDC807C) is known color: Sea Pink. HEX triplet: DC, 80 and 7C. RGB value is (220,128,124). Sum of RGB (Red+Green+Blue) = 220+128+124=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC807C is #237F83. Grayscale: #9B9B9B. Windows color (decimal): -2326404 or 8159452. OLE color: 8159452.
HSL color Cylindrical-coordinate representation of color #DC807C: hue angle of 2.5º 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 #DC807C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 124 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.14 |
| HSL | 2.5º | 0.58% | 0.67% | - |
| HSV(B) | 2.5º | 0.44% | 0.86% | - |
| XYZ | 40.87 | 32.11 | 23.11 | - |
| YUV | 155.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 124 | 0 | 0.42 | 0.44 | 0.14 | 2.5 | 0.58 | 0.67 |
| Hex | DC | 80 | 7C | 0 | 2A | 2C | E | 2 | 3A | 43 |
| Octal | 334 | 200 | 174 | 0 | 52 | 54 | 16 | 2 | 72 | 103 |
| Binary | 11011100 | 10000000 | 1111100 | 0 | 101010 | 101100 | 1110 | 10 | 111010 | 1000011 |
Color Harmonies of #DC807C
Complementary color
Monochromatic Colors of #DC807C
Black with #DC807C
Text Example
Text Example
White with #DC807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC807C; }
p { color: rgb(220,128,124); }
H1.HeaderClassName
{
color: #DC807C;
}
.AnyTagClassName
{
color: #DC807C;
}
</style>
background-color css
<style>
a { background-color: #DC807C; }
a { background-color: rgb(220,128,124); }
div.DivClassName
{
background-color: #DC807C;
}
.BgClassName
{
background-color: #DC807C;
}
</style>
border-color css
<style>
span { border-color: #DC807C; }
span { border-color: rgb(220,128,124); }
td.TdClassName
{
border-color: #DC807C;
}
.TagClassName
{
border-color: #DC807C;
}
</style>