Shades of Sea Pink #DC807E
Tints of Sea Pink #DC807E
RGB
CMYK
RGB Variations
Color information
#DC807E (or 0xDC807E) is known color: Sea Pink. HEX triplet: DC, 80 and 7E. RGB value is (220,128,126). Sum of RGB (Red+Green+Blue) = 220+128+126=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC807E is #237F81. Grayscale: #9B9B9B. Windows color (decimal): -2326402 or 8290524. OLE color: 8290524.
HSL color Cylindrical-coordinate representation of color #DC807E: hue angle of 1.28º degrees, saturation: 0.57, 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 #DC807E is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 126 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.14 |
| HSL | 1.28º | 0.57% | 0.68% | - |
| HSV(B) | 1.28º | 0.43% | 0.86% | - |
| XYZ | 41 | 32.16 | 23.79 | - |
| YUV | 155.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 126 | 0 | 0.42 | 0.43 | 0.14 | 1.28 | 0.57 | 0.68 |
| Hex | DC | 80 | 7E | 0 | 2A | 2B | E | 1 | 39 | 44 |
| Octal | 334 | 200 | 176 | 0 | 52 | 53 | 16 | 1 | 71 | 104 |
| Binary | 11011100 | 10000000 | 1111110 | 0 | 101010 | 101011 | 1110 | 1 | 111001 | 1000100 |
Color Harmonies of #DC807E
Complementary color
Monochromatic Colors of #DC807E
Black with #DC807E
Text Example
Text Example
White with #DC807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC807E; }
p { color: rgb(220,128,126); }
H1.HeaderClassName
{
color: #DC807E;
}
.AnyTagClassName
{
color: #DC807E;
}
</style>
background-color css
<style>
a { background-color: #DC807E; }
a { background-color: rgb(220,128,126); }
div.DivClassName
{
background-color: #DC807E;
}
.BgClassName
{
background-color: #DC807E;
}
</style>
border-color css
<style>
span { border-color: #DC807E; }
span { border-color: rgb(220,128,126); }
td.TdClassName
{
border-color: #DC807E;
}
.TagClassName
{
border-color: #DC807E;
}
</style>