Shades of Sea Pink #DB7E7E
Tints of Sea Pink #DB7E7E
RGB
CMYK
RGB Variations
Color information
#DB7E7E (or 0xDB7E7E) is known color: Sea Pink. HEX triplet: DB, 7E and 7E. RGB value is (219,126,126). Sum of RGB (Red+Green+Blue) = 219+126+126=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E7E is #248181. Grayscale: #999999. Windows color (decimal): -2392450 or 8290011. OLE color: 8290011.
HSL color Cylindrical-coordinate representation of color #DB7E7E: hue angle of 0º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7E7E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 126 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.14 |
| HSL | 0º | 0.56% | 0.68% | - |
| HSV(B) | 0º | 0.42% | 0.86% | - |
| XYZ | 40.44 | 31.49 | 23.69 | - |
| YUV | 153.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 126 | 0 | 0.42 | 0.42 | 0.14 | 0 | 0.56 | 0.68 |
| Hex | DB | 7E | 7E | 0 | 2A | 2A | E | 0 | 38 | 44 |
| Octal | 333 | 176 | 176 | 0 | 52 | 52 | 16 | 0 | 70 | 104 |
| Binary | 11011011 | 1111110 | 1111110 | 0 | 101010 | 101010 | 1110 | 0 | 111000 | 1000100 |
Color Harmonies of #DB7E7E
Complementary color
Monochromatic Colors of #DB7E7E
Black with #DB7E7E
Text Example
Text Example
White with #DB7E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E7E; }
p { color: rgb(219,126,126); }
H1.HeaderClassName
{
color: #DB7E7E;
}
.AnyTagClassName
{
color: #DB7E7E;
}
</style>
background-color css
<style>
a { background-color: #DB7E7E; }
a { background-color: rgb(219,126,126); }
div.DivClassName
{
background-color: #DB7E7E;
}
.BgClassName
{
background-color: #DB7E7E;
}
</style>
border-color css
<style>
span { border-color: #DB7E7E; }
span { border-color: rgb(219,126,126); }
td.TdClassName
{
border-color: #DB7E7E;
}
.TagClassName
{
border-color: #DB7E7E;
}
</style>