Shades of Sea Pink #DB867D
Tints of Sea Pink #DB867D
RGB
CMYK
RGB Variations
Color information
#DB867D (or 0xDB867D) is known color: Sea Pink. HEX triplet: DB, 86 and 7D. RGB value is (219,134,125). Sum of RGB (Red+Green+Blue) = 219+134+125=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB867D is #247982. Grayscale: #9E9E9E. Windows color (decimal): -2390403 or 8226523. OLE color: 8226523.
HSL color Cylindrical-coordinate representation of color #DB867D: hue angle of 5.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB867D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 125 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.14 |
| HSL | 5.74º | 0.57% | 0.67% | - |
| HSV(B) | 5.74º | 0.43% | 0.86% | - |
| XYZ | 41.44 | 33.59 | 23.7 | - |
| YUV | 158.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 125 | 0 | 0.39 | 0.43 | 0.14 | 5.74 | 0.57 | 0.67 |
| Hex | DB | 86 | 7D | 0 | 27 | 2B | E | 6 | 39 | 43 |
| Octal | 333 | 206 | 175 | 0 | 47 | 53 | 16 | 6 | 71 | 103 |
| Binary | 11011011 | 10000110 | 1111101 | 0 | 100111 | 101011 | 1110 | 110 | 111001 | 1000011 |
Color Harmonies of #DB867D
Complementary color
Monochromatic Colors of #DB867D
Black with #DB867D
Text Example
Text Example
White with #DB867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB867D; }
p { color: rgb(219,134,125); }
H1.HeaderClassName
{
color: #DB867D;
}
.AnyTagClassName
{
color: #DB867D;
}
</style>
background-color css
<style>
a { background-color: #DB867D; }
a { background-color: rgb(219,134,125); }
div.DivClassName
{
background-color: #DB867D;
}
.BgClassName
{
background-color: #DB867D;
}
</style>
border-color css
<style>
span { border-color: #DB867D; }
span { border-color: rgb(219,134,125); }
td.TdClassName
{
border-color: #DB867D;
}
.TagClassName
{
border-color: #DB867D;
}
</style>