Shades of Sea Pink #D1827A
Tints of Sea Pink #D1827A
RGB
CMYK
RGB Variations
Color information
#D1827A (or 0xD1827A) is known color: Sea Pink. HEX triplet: D1, 82 and 7A. RGB value is (209,130,122). Sum of RGB (Red+Green+Blue) = 209+130+122=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1827A is #2E7D85. Grayscale: #989898. Windows color (decimal): -3046790 or 8028881. OLE color: 8028881.
HSL color Cylindrical-coordinate representation of color #D1827A: hue angle of 5.52º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1827A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 122 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.18 |
| HSL | 5.52º | 0.49% | 0.65% | - |
| HSV(B) | 5.52º | 0.42% | 0.82% | - |
| XYZ | 37.79 | 30.93 | 22.39 | - |
| YUV | 152.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 122 | 0 | 0.38 | 0.42 | 0.18 | 5.52 | 0.49 | 0.65 |
| Hex | D1 | 82 | 7A | 0 | 26 | 2A | 12 | 6 | 31 | 41 |
| Octal | 321 | 202 | 172 | 0 | 46 | 52 | 22 | 6 | 61 | 101 |
| Binary | 11010001 | 10000010 | 1111010 | 0 | 100110 | 101010 | 10010 | 110 | 110001 | 1000001 |
Color Harmonies of #D1827A
Complementary color
Monochromatic Colors of #D1827A
Black with #D1827A
Text Example
Text Example
White with #D1827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1827A; }
p { color: rgb(209,130,122); }
H1.HeaderClassName
{
color: #D1827A;
}
.AnyTagClassName
{
color: #D1827A;
}
</style>
background-color css
<style>
a { background-color: #D1827A; }
a { background-color: rgb(209,130,122); }
div.DivClassName
{
background-color: #D1827A;
}
.BgClassName
{
background-color: #D1827A;
}
</style>
border-color css
<style>
span { border-color: #D1827A; }
span { border-color: rgb(209,130,122); }
td.TdClassName
{
border-color: #D1827A;
}
.TagClassName
{
border-color: #D1827A;
}
</style>