Shades of Sea Pink #D98282
Tints of Sea Pink #D98282
RGB
CMYK
RGB Variations
Color information
#D98282 (or 0xD98282) is known color: Sea Pink. HEX triplet: D9, 82 and 82. RGB value is (217,130,130). Sum of RGB (Red+Green+Blue) = 217+130+130=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D98282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98282 is #267D7D. Grayscale: #9C9C9C. Windows color (decimal): -2522494 or 8553177. OLE color: 8553177.
HSL color Cylindrical-coordinate representation of color #D98282: hue angle of 0º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98282 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 130 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.15 |
| HSL | 0º | 0.53% | 0.68% | - |
| HSV(B) | 0º | 0.4% | 0.85% | - |
| XYZ | 40.63 | 32.33 | 25.22 | - |
| YUV | 156.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 130 | 0 | 0.40 | 0.40 | 0.15 | 0 | 0.53 | 0.68 |
| Hex | D9 | 82 | 82 | 0 | 28 | 28 | F | 0 | 35 | 44 |
| Octal | 331 | 202 | 202 | 0 | 50 | 50 | 17 | 0 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10000010 | 0 | 101000 | 101000 | 1111 | 0 | 110101 | 1000100 |
Color Harmonies of #D98282
Complementary color
Monochromatic Colors of #D98282
Black with #D98282
Text Example
Text Example
White with #D98282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98282; }
p { color: rgb(217,130,130); }
H1.HeaderClassName
{
color: #D98282;
}
.AnyTagClassName
{
color: #D98282;
}
</style>
background-color css
<style>
a { background-color: #D98282; }
a { background-color: rgb(217,130,130); }
div.DivClassName
{
background-color: #D98282;
}
.BgClassName
{
background-color: #D98282;
}
</style>
border-color css
<style>
span { border-color: #D98282; }
span { border-color: rgb(217,130,130); }
td.TdClassName
{
border-color: #D98282;
}
.TagClassName
{
border-color: #D98282;
}
</style>