Shades of Sea Pink #DB827A
Tints of Sea Pink #DB827A
RGB
CMYK
RGB Variations
Color information
#DB827A (or 0xDB827A) is known color: Sea Pink. HEX triplet: DB, 82 and 7A. RGB value is (219,130,122). Sum of RGB (Red+Green+Blue) = 219+130+122=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB827A is #247D85. Grayscale: #9B9B9B. Windows color (decimal): -2391430 or 8028891. OLE color: 8028891.
HSL color Cylindrical-coordinate representation of color #DB827A: hue angle of 4.95º 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 #DB827A is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 122 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.14 |
| HSL | 4.95º | 0.57% | 0.67% | - |
| HSV(B) | 4.95º | 0.44% | 0.86% | - |
| XYZ | 40.71 | 32.43 | 22.53 | - |
| YUV | 155.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 122 | 0 | 0.41 | 0.44 | 0.14 | 4.95 | 0.57 | 0.67 |
| Hex | DB | 82 | 7A | 0 | 29 | 2C | E | 5 | 39 | 43 |
| Octal | 333 | 202 | 172 | 0 | 51 | 54 | 16 | 5 | 71 | 103 |
| Binary | 11011011 | 10000010 | 1111010 | 0 | 101001 | 101100 | 1110 | 101 | 111001 | 1000011 |
Color Harmonies of #DB827A
Complementary color
Monochromatic Colors of #DB827A
Black with #DB827A
Text Example
Text Example
White with #DB827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB827A; }
p { color: rgb(219,130,122); }
H1.HeaderClassName
{
color: #DB827A;
}
.AnyTagClassName
{
color: #DB827A;
}
</style>
background-color css
<style>
a { background-color: #DB827A; }
a { background-color: rgb(219,130,122); }
div.DivClassName
{
background-color: #DB827A;
}
.BgClassName
{
background-color: #DB827A;
}
</style>
border-color css
<style>
span { border-color: #DB827A; }
span { border-color: rgb(219,130,122); }
td.TdClassName
{
border-color: #DB827A;
}
.TagClassName
{
border-color: #DB827A;
}
</style>