Shades of Sea Pink #DD8782
Tints of Sea Pink #DD8782
RGB
CMYK
RGB Variations
Color information
#DD8782 (or 0xDD8782) is known color: Sea Pink. HEX triplet: DD, 87 and 82. RGB value is (221,135,130). Sum of RGB (Red+Green+Blue) = 221+135+130=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8782 is #22787D. Grayscale: #A0A0A0. Windows color (decimal): -2259070 or 8554461. OLE color: 8554461.
HSL color Cylindrical-coordinate representation of color #DD8782: hue angle of 3.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8782 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 130 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.13 |
| HSL | 3.3º | 0.57% | 0.69% | - |
| HSV(B) | 3.3º | 0.41% | 0.87% | - |
| XYZ | 42.51 | 34.31 | 25.5 | - |
| YUV | 160.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 130 | 0 | 0.39 | 0.41 | 0.13 | 3.3 | 0.57 | 0.69 |
| Hex | DD | 87 | 82 | 0 | 27 | 29 | D | 3 | 39 | 45 |
| Octal | 335 | 207 | 202 | 0 | 47 | 51 | 15 | 3 | 71 | 105 |
| Binary | 11011101 | 10000111 | 10000010 | 0 | 100111 | 101001 | 1101 | 11 | 111001 | 1000101 |
Color Harmonies of #DD8782
Complementary color
Monochromatic Colors of #DD8782
Black with #DD8782
Text Example
Text Example
White with #DD8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8782; }
p { color: rgb(221,135,130); }
H1.HeaderClassName
{
color: #DD8782;
}
.AnyTagClassName
{
color: #DD8782;
}
</style>
background-color css
<style>
a { background-color: #DD8782; }
a { background-color: rgb(221,135,130); }
div.DivClassName
{
background-color: #DD8782;
}
.BgClassName
{
background-color: #DD8782;
}
</style>
border-color css
<style>
span { border-color: #DD8782; }
span { border-color: rgb(221,135,130); }
td.TdClassName
{
border-color: #DD8782;
}
.TagClassName
{
border-color: #DD8782;
}
</style>