Shades of Sea Pink #DB7E7D
Tints of Sea Pink #DB7E7D
RGB
CMYK
RGB Variations
Color information
#DB7E7D (or 0xDB7E7D) is known color: Sea Pink. HEX triplet: DB, 7E and 7D. RGB value is (219,126,125). Sum of RGB (Red+Green+Blue) = 219+126+125=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E7D is #248182. Grayscale: #999999. Windows color (decimal): -2392451 or 8224475. OLE color: 8224475.
HSL color Cylindrical-coordinate representation of color #DB7E7D: hue angle of 0.64º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7E7D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 125 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.14 |
| HSL | 0.64º | 0.57% | 0.67% | - |
| HSV(B) | 0.64º | 0.43% | 0.86% | - |
| XYZ | 40.38 | 31.46 | 23.35 | - |
| YUV | 153.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 125 | 0 | 0.42 | 0.43 | 0.14 | 0.64 | 0.57 | 0.67 |
| Hex | DB | 7E | 7D | 0 | 2A | 2B | E | 1 | 39 | 43 |
| Octal | 333 | 176 | 175 | 0 | 52 | 53 | 16 | 1 | 71 | 103 |
| Binary | 11011011 | 1111110 | 1111101 | 0 | 101010 | 101011 | 1110 | 1 | 111001 | 1000011 |
Color Harmonies of #DB7E7D
Complementary color
Monochromatic Colors of #DB7E7D
Black with #DB7E7D
Text Example
Text Example
White with #DB7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E7D; }
p { color: rgb(219,126,125); }
H1.HeaderClassName
{
color: #DB7E7D;
}
.AnyTagClassName
{
color: #DB7E7D;
}
</style>
background-color css
<style>
a { background-color: #DB7E7D; }
a { background-color: rgb(219,126,125); }
div.DivClassName
{
background-color: #DB7E7D;
}
.BgClassName
{
background-color: #DB7E7D;
}
</style>
border-color css
<style>
span { border-color: #DB7E7D; }
span { border-color: rgb(219,126,125); }
td.TdClassName
{
border-color: #DB7E7D;
}
.TagClassName
{
border-color: #DB7E7D;
}
</style>