Shades of Sea Pink #D28582
Tints of Sea Pink #D28582
RGB
CMYK
RGB Variations
Color information
#D28582 (or 0xD28582) is known color: Sea Pink. HEX triplet: D2, 85 and 82. RGB value is (210,133,130). Sum of RGB (Red+Green+Blue) = 210+133+130=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D28582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28582 is #2D7A7D. Grayscale: #9B9B9B. Windows color (decimal): -2980478 or 8553938. OLE color: 8553938.
HSL color Cylindrical-coordinate representation of color #D28582: hue angle of 2.25º 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 #D28582 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 130 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.18 |
| HSL | 2.25º | 0.47% | 0.67% | - |
| HSV(B) | 2.25º | 0.38% | 0.82% | - |
| XYZ | 39 | 32.09 | 25.26 | - |
| YUV | 155.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 130 | 0 | 0.37 | 0.38 | 0.18 | 2.25 | 0.47 | 0.67 |
| Hex | D2 | 85 | 82 | 0 | 25 | 26 | 12 | 2 | 2F | 43 |
| Octal | 322 | 205 | 202 | 0 | 45 | 46 | 22 | 2 | 57 | 103 |
| Binary | 11010010 | 10000101 | 10000010 | 0 | 100101 | 100110 | 10010 | 10 | 101111 | 1000011 |
Color Harmonies of #D28582
Complementary color
Monochromatic Colors of #D28582
Black with #D28582
Text Example
Text Example
White with #D28582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28582; }
p { color: rgb(210,133,130); }
H1.HeaderClassName
{
color: #D28582;
}
.AnyTagClassName
{
color: #D28582;
}
</style>
background-color css
<style>
a { background-color: #D28582; }
a { background-color: rgb(210,133,130); }
div.DivClassName
{
background-color: #D28582;
}
.BgClassName
{
background-color: #D28582;
}
</style>
border-color css
<style>
span { border-color: #D28582; }
span { border-color: rgb(210,133,130); }
td.TdClassName
{
border-color: #D28582;
}
.TagClassName
{
border-color: #D28582;
}
</style>