Shades of Sea Pink #DD7E78
Tints of Sea Pink #DD7E78
RGB
CMYK
RGB Variations
Color information
#DD7E78 (or 0xDD7E78) is known color: Sea Pink. HEX triplet: DD, 7E and 78. RGB value is (221,126,120). Sum of RGB (Red+Green+Blue) = 221+126+120=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E78 is #228187. Grayscale: #999999. Windows color (decimal): -2261384 or 7896797. OLE color: 7896797.
HSL color Cylindrical-coordinate representation of color #DD7E78: hue angle of 3.56º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7E78 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 120 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.13 |
| HSL | 3.56º | 0.6% | 0.67% | - |
| HSV(B) | 3.56º | 0.46% | 0.87% | - |
| XYZ | 40.67 | 31.65 | 21.73 | - |
| YUV | 153.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 120 | 0 | 0.43 | 0.46 | 0.13 | 3.56 | 0.6 | 0.67 |
| Hex | DD | 7E | 78 | 0 | 2B | 2E | D | 4 | 3C | 43 |
| Octal | 335 | 176 | 170 | 0 | 53 | 56 | 15 | 4 | 74 | 103 |
| Binary | 11011101 | 1111110 | 1111000 | 0 | 101011 | 101110 | 1101 | 100 | 111100 | 1000011 |
Color Harmonies of #DD7E78
Complementary color
Monochromatic Colors of #DD7E78
Black with #DD7E78
Text Example
Text Example
White with #DD7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E78; }
p { color: rgb(221,126,120); }
H1.HeaderClassName
{
color: #DD7E78;
}
.AnyTagClassName
{
color: #DD7E78;
}
</style>
background-color css
<style>
a { background-color: #DD7E78; }
a { background-color: rgb(221,126,120); }
div.DivClassName
{
background-color: #DD7E78;
}
.BgClassName
{
background-color: #DD7E78;
}
</style>
border-color css
<style>
span { border-color: #DD7E78; }
span { border-color: rgb(221,126,120); }
td.TdClassName
{
border-color: #DD7E78;
}
.TagClassName
{
border-color: #DD7E78;
}
</style>