Shades of Sea Pink #DB7E7A
Tints of Sea Pink #DB7E7A
RGB
CMYK
RGB Variations
Color information
#DB7E7A (or 0xDB7E7A) is known color: Sea Pink. HEX triplet: DB, 7E and 7A. RGB value is (219,126,122). Sum of RGB (Red+Green+Blue) = 219+126+122=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E7A is #248185. Grayscale: #999999. Windows color (decimal): -2392454 or 8027867. OLE color: 8027867.
HSL color Cylindrical-coordinate representation of color #DB7E7A: hue angle of 2.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7E7A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 122 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.14 |
| HSL | 2.47º | 0.57% | 0.67% | - |
| HSV(B) | 2.47º | 0.44% | 0.86% | - |
| XYZ | 40.19 | 31.39 | 22.35 | - |
| YUV | 153.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 122 | 0 | 0.42 | 0.44 | 0.14 | 2.47 | 0.57 | 0.67 |
| Hex | DB | 7E | 7A | 0 | 2A | 2C | E | 2 | 39 | 43 |
| Octal | 333 | 176 | 172 | 0 | 52 | 54 | 16 | 2 | 71 | 103 |
| Binary | 11011011 | 1111110 | 1111010 | 0 | 101010 | 101100 | 1110 | 10 | 111001 | 1000011 |
Color Harmonies of #DB7E7A
Complementary color
Monochromatic Colors of #DB7E7A
Black with #DB7E7A
Text Example
Text Example
White with #DB7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E7A; }
p { color: rgb(219,126,122); }
H1.HeaderClassName
{
color: #DB7E7A;
}
.AnyTagClassName
{
color: #DB7E7A;
}
</style>
background-color css
<style>
a { background-color: #DB7E7A; }
a { background-color: rgb(219,126,122); }
div.DivClassName
{
background-color: #DB7E7A;
}
.BgClassName
{
background-color: #DB7E7A;
}
</style>
border-color css
<style>
span { border-color: #DB7E7A; }
span { border-color: rgb(219,126,122); }
td.TdClassName
{
border-color: #DB7E7A;
}
.TagClassName
{
border-color: #DB7E7A;
}
</style>