Shades of Sea Pink #D0827F
Tints of Sea Pink #D0827F
RGB
CMYK
RGB Variations
Color information
#D0827F (or 0xD0827F) is known color: Sea Pink. HEX triplet: D0, 82 and 7F. RGB value is (208,130,127). Sum of RGB (Red+Green+Blue) = 208+130+127=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0827F is #2F7D80. Grayscale: #999999. Windows color (decimal): -3112321 or 8356560. OLE color: 8356560.
HSL color Cylindrical-coordinate representation of color #D0827F: hue angle of 2.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0827F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 127 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.18 |
| HSL | 2.22º | 0.46% | 0.66% | - |
| HSV(B) | 2.22º | 0.39% | 0.82% | - |
| XYZ | 37.83 | 30.91 | 24.05 | - |
| YUV | 152.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 127 | 0 | 0.38 | 0.39 | 0.18 | 2.22 | 0.46 | 0.66 |
| Hex | D0 | 82 | 7F | 0 | 26 | 27 | 12 | 2 | 2E | 42 |
| Octal | 320 | 202 | 177 | 0 | 46 | 47 | 22 | 2 | 56 | 102 |
| Binary | 11010000 | 10000010 | 1111111 | 0 | 100110 | 100111 | 10010 | 10 | 101110 | 1000010 |
Color Harmonies of #D0827F
Complementary color
Monochromatic Colors of #D0827F
Black with #D0827F
Text Example
Text Example
White with #D0827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0827F; }
p { color: rgb(208,130,127); }
H1.HeaderClassName
{
color: #D0827F;
}
.AnyTagClassName
{
color: #D0827F;
}
</style>
background-color css
<style>
a { background-color: #D0827F; }
a { background-color: rgb(208,130,127); }
div.DivClassName
{
background-color: #D0827F;
}
.BgClassName
{
background-color: #D0827F;
}
</style>
border-color css
<style>
span { border-color: #D0827F; }
span { border-color: rgb(208,130,127); }
td.TdClassName
{
border-color: #D0827F;
}
.TagClassName
{
border-color: #D0827F;
}
</style>