Shades of Sea Pink #D0827D
Tints of Sea Pink #D0827D
RGB
CMYK
RGB Variations
Color information
#D0827D (or 0xD0827D) is known color: Sea Pink. HEX triplet: D0, 82 and 7D. RGB value is (208,130,125). Sum of RGB (Red+Green+Blue) = 208+130+125=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0827D is #2F7D82. Grayscale: #989898. Windows color (decimal): -3112323 or 8225488. OLE color: 8225488.
HSL color Cylindrical-coordinate representation of color #D0827D: hue angle of 3.61º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0827D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 125 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.18 |
| HSL | 3.61º | 0.47% | 0.65% | - |
| HSV(B) | 3.61º | 0.4% | 0.82% | - |
| XYZ | 37.7 | 30.86 | 23.37 | - |
| YUV | 152.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 125 | 0 | 0.38 | 0.40 | 0.18 | 3.61 | 0.47 | 0.65 |
| Hex | D0 | 82 | 7D | 0 | 26 | 28 | 12 | 4 | 2F | 41 |
| Octal | 320 | 202 | 175 | 0 | 46 | 50 | 22 | 4 | 57 | 101 |
| Binary | 11010000 | 10000010 | 1111101 | 0 | 100110 | 101000 | 10010 | 100 | 101111 | 1000001 |
Color Harmonies of #D0827D
Complementary color
Monochromatic Colors of #D0827D
Black with #D0827D
Text Example
Text Example
White with #D0827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0827D; }
p { color: rgb(208,130,125); }
H1.HeaderClassName
{
color: #D0827D;
}
.AnyTagClassName
{
color: #D0827D;
}
</style>
background-color css
<style>
a { background-color: #D0827D; }
a { background-color: rgb(208,130,125); }
div.DivClassName
{
background-color: #D0827D;
}
.BgClassName
{
background-color: #D0827D;
}
</style>
border-color css
<style>
span { border-color: #D0827D; }
span { border-color: rgb(208,130,125); }
td.TdClassName
{
border-color: #D0827D;
}
.TagClassName
{
border-color: #D0827D;
}
</style>