Shades of Sea Pink #D28482
Tints of Sea Pink #D28482
RGB
CMYK
RGB Variations
Color information
#D28482 (or 0xD28482) is known color: Sea Pink. HEX triplet: D2, 84 and 82. RGB value is (210,132,130). Sum of RGB (Red+Green+Blue) = 210+132+130=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D28482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28482 is #2D7B7D. Grayscale: #9B9B9B. Windows color (decimal): -2980734 or 8553682. OLE color: 8553682.
HSL color Cylindrical-coordinate representation of color #D28482: hue angle of 1.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28482 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 130 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.18 |
| HSL | 1.5º | 0.47% | 0.67% | - |
| HSV(B) | 1.5º | 0.38% | 0.82% | - |
| XYZ | 38.86 | 31.82 | 25.21 | - |
| YUV | 155.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 130 | 0 | 0.37 | 0.38 | 0.18 | 1.5 | 0.47 | 0.67 |
| Hex | D2 | 84 | 82 | 0 | 25 | 26 | 12 | 2 | 2F | 43 |
| Octal | 322 | 204 | 202 | 0 | 45 | 46 | 22 | 2 | 57 | 103 |
| Binary | 11010010 | 10000100 | 10000010 | 0 | 100101 | 100110 | 10010 | 10 | 101111 | 1000011 |
Color Harmonies of #D28482
Complementary color
Monochromatic Colors of #D28482
Black with #D28482
Text Example
Text Example
White with #D28482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28482; }
p { color: rgb(210,132,130); }
H1.HeaderClassName
{
color: #D28482;
}
.AnyTagClassName
{
color: #D28482;
}
</style>
background-color css
<style>
a { background-color: #D28482; }
a { background-color: rgb(210,132,130); }
div.DivClassName
{
background-color: #D28482;
}
.BgClassName
{
background-color: #D28482;
}
</style>
border-color css
<style>
span { border-color: #D28482; }
span { border-color: rgb(210,132,130); }
td.TdClassName
{
border-color: #D28482;
}
.TagClassName
{
border-color: #D28482;
}
</style>