Shades of Sea Pink #DB7F79
Tints of Sea Pink #DB7F79
RGB
CMYK
RGB Variations
Color information
#DB7F79 (or 0xDB7F79) is known color: Sea Pink. HEX triplet: DB, 7F and 79. RGB value is (219,127,121). Sum of RGB (Red+Green+Blue) = 219+127+121=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F79 is #248086. Grayscale: #999999. Windows color (decimal): -2392199 or 7962587. OLE color: 7962587.
HSL color Cylindrical-coordinate representation of color #DB7F79: hue angle of 3.67º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7F79 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 127 | 121 | - |
CMYK | 0 | 0.42 | 0.45 | 0.14 |
HSL | 3.67º | 0.58% | 0.67% | - |
HSV(B) | 3.67º | 0.45% | 0.86% | - |
XYZ | 40.25 | 31.62 | 22.07 | - |
YUV | 153.82 | 109.48 | 174.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 127 | 121 | 0 | 0.42 | 0.45 | 0.14 | 3.67 | 0.58 | 0.67 |
Hex | DB | 7F | 79 | 0 | 2A | 2D | E | 4 | 3A | 43 |
Octal | 333 | 177 | 171 | 0 | 52 | 55 | 16 | 4 | 72 | 103 |
Binary | 11011011 | 1111111 | 1111001 | 0 | 101010 | 101101 | 1110 | 100 | 111010 | 1000011 |
Color Harmonies of #DB7F79
Complementary color
Monochromatic Colors of #DB7F79
Black with #DB7F79
Text Example
Text Example
White with #DB7F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F79; }
p { color: rgb(219,127,121); }
H1.HeaderClassName
{
color: #DB7F79;
}
.AnyTagClassName
{
color: #DB7F79;
}
</style>
background-color css
<style>
a { background-color: #DB7F79; }
a { background-color: rgb(219,127,121); }
div.DivClassName
{
background-color: #DB7F79;
}
.BgClassName
{
background-color: #DB7F79;
}
</style>
border-color css
<style>
span { border-color: #DB7F79; }
span { border-color: rgb(219,127,121); }
td.TdClassName
{
border-color: #DB7F79;
}
.TagClassName
{
border-color: #DB7F79;
}
</style>