Shades of Sea Pink #DB7C7B
Tints of Sea Pink #DB7C7B
RGB
CMYK
RGB Variations
Color information
#DB7C7B (or 0xDB7C7B) is known color: Sea Pink. HEX triplet: DB, 7C and 7B. RGB value is (219,124,123). Sum of RGB (Red+Green+Blue) = 219+124+123=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C7B is #248384. Grayscale: #989898. Windows color (decimal): -2392965 or 8092891. OLE color: 8092891.
HSL color Cylindrical-coordinate representation of color #DB7C7B: hue angle of 0.62º 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 #DB7C7B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 123 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.14 |
| HSL | 0.63º | 0.57% | 0.67% | - |
| HSV(B) | 0.63º | 0.44% | 0.86% | - |
| XYZ | 40 | 30.91 | 22.6 | - |
| YUV | 152.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 123 | 0 | 0.43 | 0.44 | 0.14 | 0.63 | 0.57 | 0.67 |
| Hex | DB | 7C | 7B | 0 | 2B | 2C | E | 1 | 39 | 43 |
| Octal | 333 | 174 | 173 | 0 | 53 | 54 | 16 | 1 | 71 | 103 |
| Binary | 11011011 | 1111100 | 1111011 | 0 | 101011 | 101100 | 1110 | 1 | 111001 | 1000011 |
Color Harmonies of #DB7C7B
Complementary color
Monochromatic Colors of #DB7C7B
Black with #DB7C7B
Text Example
Text Example
White with #DB7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C7B; }
p { color: rgb(219,124,123); }
H1.HeaderClassName
{
color: #DB7C7B;
}
.AnyTagClassName
{
color: #DB7C7B;
}
</style>
background-color css
<style>
a { background-color: #DB7C7B; }
a { background-color: rgb(219,124,123); }
div.DivClassName
{
background-color: #DB7C7B;
}
.BgClassName
{
background-color: #DB7C7B;
}
</style>
border-color css
<style>
span { border-color: #DB7C7B; }
span { border-color: rgb(219,124,123); }
td.TdClassName
{
border-color: #DB7C7B;
}
.TagClassName
{
border-color: #DB7C7B;
}
</style>