Shades of Sea Pink #DB7D7B
Tints of Sea Pink #DB7D7B
RGB
CMYK
RGB Variations
Color information
#DB7D7B (or 0xDB7D7B) is known color: Sea Pink. HEX triplet: DB, 7D and 7B. RGB value is (219,125,123). Sum of RGB (Red+Green+Blue) = 219+125+123=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D7B is #248284. Grayscale: #989898. Windows color (decimal): -2392709 or 8093147. OLE color: 8093147.
HSL color Cylindrical-coordinate representation of color #DB7D7B: hue angle of 1.25º 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 #DB7D7B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 123 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.14 |
| HSL | 1.25º | 0.57% | 0.67% | - |
| HSV(B) | 1.25º | 0.44% | 0.86% | - |
| XYZ | 40.12 | 31.16 | 22.64 | - |
| YUV | 152.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 123 | 0 | 0.43 | 0.44 | 0.14 | 1.25 | 0.57 | 0.67 |
| Hex | DB | 7D | 7B | 0 | 2B | 2C | E | 1 | 39 | 43 |
| Octal | 333 | 175 | 173 | 0 | 53 | 54 | 16 | 1 | 71 | 103 |
| Binary | 11011011 | 1111101 | 1111011 | 0 | 101011 | 101100 | 1110 | 1 | 111001 | 1000011 |
Color Harmonies of #DB7D7B
Complementary color
Monochromatic Colors of #DB7D7B
Black with #DB7D7B
Text Example
Text Example
White with #DB7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D7B; }
p { color: rgb(219,125,123); }
H1.HeaderClassName
{
color: #DB7D7B;
}
.AnyTagClassName
{
color: #DB7D7B;
}
</style>
background-color css
<style>
a { background-color: #DB7D7B; }
a { background-color: rgb(219,125,123); }
div.DivClassName
{
background-color: #DB7D7B;
}
.BgClassName
{
background-color: #DB7D7B;
}
</style>
border-color css
<style>
span { border-color: #DB7D7B; }
span { border-color: rgb(219,125,123); }
td.TdClassName
{
border-color: #DB7D7B;
}
.TagClassName
{
border-color: #DB7D7B;
}
</style>