Shades of Sea Pink #DD7B78
Tints of Sea Pink #DD7B78
RGB
CMYK
RGB Variations
Color information
#DD7B78 (or 0xDD7B78) is known color: Sea Pink. HEX triplet: DD, 7B and 78. RGB value is (221,123,120). Sum of RGB (Red+Green+Blue) = 221+123+120=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B78 is #228487. Grayscale: #989898. Windows color (decimal): -2262152 or 7896029. OLE color: 7896029.
HSL color Cylindrical-coordinate representation of color #DD7B78: hue angle of 1.78º 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 #DD7B78 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 120 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.13 |
| HSL | 1.78º | 0.6% | 0.67% | - |
| HSV(B) | 1.78º | 0.46% | 0.87% | - |
| XYZ | 40.29 | 30.89 | 21.61 | - |
| YUV | 151.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 120 | 0 | 0.44 | 0.46 | 0.13 | 1.78 | 0.6 | 0.67 |
| Hex | DD | 7B | 78 | 0 | 2C | 2E | D | 2 | 3C | 43 |
| Octal | 335 | 173 | 170 | 0 | 54 | 56 | 15 | 2 | 74 | 103 |
| Binary | 11011101 | 1111011 | 1111000 | 0 | 101100 | 101110 | 1101 | 10 | 111100 | 1000011 |
Color Harmonies of #DD7B78
Complementary color
Monochromatic Colors of #DD7B78
Black with #DD7B78
Text Example
Text Example
White with #DD7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B78; }
p { color: rgb(221,123,120); }
H1.HeaderClassName
{
color: #DD7B78;
}
.AnyTagClassName
{
color: #DD7B78;
}
</style>
background-color css
<style>
a { background-color: #DD7B78; }
a { background-color: rgb(221,123,120); }
div.DivClassName
{
background-color: #DD7B78;
}
.BgClassName
{
background-color: #DD7B78;
}
</style>
border-color css
<style>
span { border-color: #DD7B78; }
span { border-color: rgb(221,123,120); }
td.TdClassName
{
border-color: #DD7B78;
}
.TagClassName
{
border-color: #DD7B78;
}
</style>