Shades of Sea Pink #DD877E
Tints of Sea Pink #DD877E
RGB
CMYK
RGB Variations
Color information
#DD877E (or 0xDD877E) is known color: Sea Pink. HEX triplet: DD, 87 and 7E. RGB value is (221,135,126). Sum of RGB (Red+Green+Blue) = 221+135+126=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD877E is #227881. Grayscale: #9F9F9F. Windows color (decimal): -2259074 or 8292317. OLE color: 8292317.
HSL color Cylindrical-coordinate representation of color #DD877E: hue angle of 5.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD877E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 126 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.13 |
| HSL | 5.68º | 0.58% | 0.68% | - |
| HSV(B) | 5.68º | 0.43% | 0.87% | - |
| XYZ | 42.25 | 34.21 | 24.11 | - |
| YUV | 159.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 126 | 0 | 0.39 | 0.43 | 0.13 | 5.68 | 0.58 | 0.68 |
| Hex | DD | 87 | 7E | 0 | 27 | 2B | D | 6 | 3A | 44 |
| Octal | 335 | 207 | 176 | 0 | 47 | 53 | 15 | 6 | 72 | 104 |
| Binary | 11011101 | 10000111 | 1111110 | 0 | 100111 | 101011 | 1101 | 110 | 111010 | 1000100 |
Color Harmonies of #DD877E
Complementary color
Monochromatic Colors of #DD877E
Black with #DD877E
Text Example
Text Example
White with #DD877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD877E; }
p { color: rgb(221,135,126); }
H1.HeaderClassName
{
color: #DD877E;
}
.AnyTagClassName
{
color: #DD877E;
}
</style>
background-color css
<style>
a { background-color: #DD877E; }
a { background-color: rgb(221,135,126); }
div.DivClassName
{
background-color: #DD877E;
}
.BgClassName
{
background-color: #DD877E;
}
</style>
border-color css
<style>
span { border-color: #DD877E; }
span { border-color: rgb(221,135,126); }
td.TdClassName
{
border-color: #DD877E;
}
.TagClassName
{
border-color: #DD877E;
}
</style>