Shades of Sea Pink #DB7A75
Tints of Sea Pink #DB7A75
RGB
CMYK
RGB Variations
Color information
#DB7A75 (or 0xDB7A75) is known color: Sea Pink. HEX triplet: DB, 7A and 75. RGB value is (219,122,117). Sum of RGB (Red+Green+Blue) = 219+122+117=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A75 is #24858A. Grayscale: #969696. Windows color (decimal): -2393483 or 7699163. OLE color: 7699163.
HSL color Cylindrical-coordinate representation of color #DB7A75: hue angle of 2.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7A75 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 117 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.14 |
| HSL | 2.94º | 0.59% | 0.66% | - |
| HSV(B) | 2.94º | 0.47% | 0.86% | - |
| XYZ | 39.38 | 30.26 | 20.6 | - |
| YUV | 150.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 117 | 0 | 0.44 | 0.47 | 0.14 | 2.94 | 0.59 | 0.66 |
| Hex | DB | 7A | 75 | 0 | 2C | 2F | E | 3 | 3B | 42 |
| Octal | 333 | 172 | 165 | 0 | 54 | 57 | 16 | 3 | 73 | 102 |
| Binary | 11011011 | 1111010 | 1110101 | 0 | 101100 | 101111 | 1110 | 11 | 111011 | 1000010 |
Color Harmonies of #DB7A75
Complementary color
Monochromatic Colors of #DB7A75
Black with #DB7A75
Text Example
Text Example
White with #DB7A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A75; }
p { color: rgb(219,122,117); }
H1.HeaderClassName
{
color: #DB7A75;
}
.AnyTagClassName
{
color: #DB7A75;
}
</style>
background-color css
<style>
a { background-color: #DB7A75; }
a { background-color: rgb(219,122,117); }
div.DivClassName
{
background-color: #DB7A75;
}
.BgClassName
{
background-color: #DB7A75;
}
</style>
border-color css
<style>
span { border-color: #DB7A75; }
span { border-color: rgb(219,122,117); }
td.TdClassName
{
border-color: #DB7A75;
}
.TagClassName
{
border-color: #DB7A75;
}
</style>