Shades of Sea Pink #DF7E7D
Tints of Sea Pink #DF7E7D
RGB
CMYK
RGB Variations
Color information
#DF7E7D (or 0xDF7E7D) is known color: Sea Pink. HEX triplet: DF, 7E and 7D. RGB value is (223,126,125). Sum of RGB (Red+Green+Blue) = 223+126+125=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E7D is #208182. Grayscale: #9A9A9A. Windows color (decimal): -2130307 or 8224479. OLE color: 8224479.
HSL color Cylindrical-coordinate representation of color #DF7E7D: hue angle of 0.61º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7E7D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 125 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.13 |
| HSL | 0.61º | 0.6% | 0.68% | - |
| HSV(B) | 0.61º | 0.44% | 0.87% | - |
| XYZ | 41.59 | 32.09 | 23.4 | - |
| YUV | 154.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 125 | 0 | 0.43 | 0.44 | 0.13 | 0.61 | 0.6 | 0.68 |
| Hex | DF | 7E | 7D | 0 | 2B | 2C | D | 1 | 3C | 44 |
| Octal | 337 | 176 | 175 | 0 | 53 | 54 | 15 | 1 | 74 | 104 |
| Binary | 11011111 | 1111110 | 1111101 | 0 | 101011 | 101100 | 1101 | 1 | 111100 | 1000100 |
Color Harmonies of #DF7E7D
Complementary color
Monochromatic Colors of #DF7E7D
Black with #DF7E7D
Text Example
Text Example
White with #DF7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E7D; }
p { color: rgb(223,126,125); }
H1.HeaderClassName
{
color: #DF7E7D;
}
.AnyTagClassName
{
color: #DF7E7D;
}
</style>
background-color css
<style>
a { background-color: #DF7E7D; }
a { background-color: rgb(223,126,125); }
div.DivClassName
{
background-color: #DF7E7D;
}
.BgClassName
{
background-color: #DF7E7D;
}
</style>
border-color css
<style>
span { border-color: #DF7E7D; }
span { border-color: rgb(223,126,125); }
td.TdClassName
{
border-color: #DF7E7D;
}
.TagClassName
{
border-color: #DF7E7D;
}
</style>