Shades of Sea Pink #DD857E
Tints of Sea Pink #DD857E
RGB
CMYK
RGB Variations
Color information
#DD857E (or 0xDD857E) is known color: Sea Pink. HEX triplet: DD, 85 and 7E. RGB value is (221,133,126). Sum of RGB (Red+Green+Blue) = 221+133+126=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD857E is #227A81. Grayscale: #9E9E9E. Windows color (decimal): -2259586 or 8291805. OLE color: 8291805.
HSL color Cylindrical-coordinate representation of color #DD857E: hue angle of 4.42º 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 #DD857E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 126 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.13 |
| HSL | 4.42º | 0.58% | 0.68% | - |
| HSV(B) | 4.42º | 0.43% | 0.87% | - |
| XYZ | 41.97 | 33.65 | 24.02 | - |
| YUV | 158.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 126 | 0 | 0.40 | 0.43 | 0.13 | 4.42 | 0.58 | 0.68 |
| Hex | DD | 85 | 7E | 0 | 28 | 2B | D | 4 | 3A | 44 |
| Octal | 335 | 205 | 176 | 0 | 50 | 53 | 15 | 4 | 72 | 104 |
| Binary | 11011101 | 10000101 | 1111110 | 0 | 101000 | 101011 | 1101 | 100 | 111010 | 1000100 |
Color Harmonies of #DD857E
Complementary color
Monochromatic Colors of #DD857E
Black with #DD857E
Text Example
Text Example
White with #DD857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD857E; }
p { color: rgb(221,133,126); }
H1.HeaderClassName
{
color: #DD857E;
}
.AnyTagClassName
{
color: #DD857E;
}
</style>
background-color css
<style>
a { background-color: #DD857E; }
a { background-color: rgb(221,133,126); }
div.DivClassName
{
background-color: #DD857E;
}
.BgClassName
{
background-color: #DD857E;
}
</style>
border-color css
<style>
span { border-color: #DD857E; }
span { border-color: rgb(221,133,126); }
td.TdClassName
{
border-color: #DD857E;
}
.TagClassName
{
border-color: #DD857E;
}
</style>