Shades of Sea Pink #DD807C
Tints of Sea Pink #DD807C
RGB
CMYK
RGB Variations
Color information
#DD807C (or 0xDD807C) is known color: Sea Pink. HEX triplet: DD, 80 and 7C. RGB value is (221,128,124). Sum of RGB (Red+Green+Blue) = 221+128+124=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD807C is #227F83. Grayscale: #9B9B9B. Windows color (decimal): -2260868 or 8159453. OLE color: 8159453.
HSL color Cylindrical-coordinate representation of color #DD807C: hue angle of 2.47º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD807C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 124 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.13 |
| HSL | 2.47º | 0.59% | 0.68% | - |
| HSV(B) | 2.47º | 0.44% | 0.87% | - |
| XYZ | 41.18 | 32.27 | 23.13 | - |
| YUV | 155.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 124 | 0 | 0.42 | 0.44 | 0.13 | 2.47 | 0.59 | 0.68 |
| Hex | DD | 80 | 7C | 0 | 2A | 2C | D | 2 | 3B | 44 |
| Octal | 335 | 200 | 174 | 0 | 52 | 54 | 15 | 2 | 73 | 104 |
| Binary | 11011101 | 10000000 | 1111100 | 0 | 101010 | 101100 | 1101 | 10 | 111011 | 1000100 |
Color Harmonies of #DD807C
Complementary color
Monochromatic Colors of #DD807C
Black with #DD807C
Text Example
Text Example
White with #DD807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD807C; }
p { color: rgb(221,128,124); }
H1.HeaderClassName
{
color: #DD807C;
}
.AnyTagClassName
{
color: #DD807C;
}
</style>
background-color css
<style>
a { background-color: #DD807C; }
a { background-color: rgb(221,128,124); }
div.DivClassName
{
background-color: #DD807C;
}
.BgClassName
{
background-color: #DD807C;
}
</style>
border-color css
<style>
span { border-color: #DD807C; }
span { border-color: rgb(221,128,124); }
td.TdClassName
{
border-color: #DD807C;
}
.TagClassName
{
border-color: #DD807C;
}
</style>