Shades of Sea Pink #DB7F7E
Tints of Sea Pink #DB7F7E
RGB
CMYK
RGB Variations
Color information
#DB7F7E (or 0xDB7F7E) is known color: Sea Pink. HEX triplet: DB, 7F and 7E. RGB value is (219,127,126). Sum of RGB (Red+Green+Blue) = 219+127+126=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F7E is #248081. Grayscale: #9A9A9A. Windows color (decimal): -2392194 or 8290267. OLE color: 8290267.
HSL color Cylindrical-coordinate representation of color #DB7F7E: hue angle of 0.65º 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 #DB7F7E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 126 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.14 |
| HSL | 0.65º | 0.56% | 0.68% | - |
| HSV(B) | 0.65º | 0.42% | 0.86% | - |
| XYZ | 40.57 | 31.75 | 23.73 | - |
| YUV | 154.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 126 | 0 | 0.42 | 0.42 | 0.14 | 0.65 | 0.56 | 0.68 |
| Hex | DB | 7F | 7E | 0 | 2A | 2A | E | 1 | 38 | 44 |
| Octal | 333 | 177 | 176 | 0 | 52 | 52 | 16 | 1 | 70 | 104 |
| Binary | 11011011 | 1111111 | 1111110 | 0 | 101010 | 101010 | 1110 | 1 | 111000 | 1000100 |
Color Harmonies of #DB7F7E
Complementary color
Monochromatic Colors of #DB7F7E
Black with #DB7F7E
Text Example
Text Example
White with #DB7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F7E; }
p { color: rgb(219,127,126); }
H1.HeaderClassName
{
color: #DB7F7E;
}
.AnyTagClassName
{
color: #DB7F7E;
}
</style>
background-color css
<style>
a { background-color: #DB7F7E; }
a { background-color: rgb(219,127,126); }
div.DivClassName
{
background-color: #DB7F7E;
}
.BgClassName
{
background-color: #DB7F7E;
}
</style>
border-color css
<style>
span { border-color: #DB7F7E; }
span { border-color: rgb(219,127,126); }
td.TdClassName
{
border-color: #DB7F7E;
}
.TagClassName
{
border-color: #DB7F7E;
}
</style>