Shades of Sea Pink #D38482
Tints of Sea Pink #D38482
RGB
CMYK
RGB Variations
Color information
#D38482 (or 0xD38482) is known color: Sea Pink. HEX triplet: D3, 84 and 82. RGB value is (211,132,130). Sum of RGB (Red+Green+Blue) = 211+132+130=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D38482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38482 is #2C7B7D. Grayscale: #9B9B9B. Windows color (decimal): -2915198 or 8553683. OLE color: 8553683.
HSL color Cylindrical-coordinate representation of color #D38482: hue angle of 1.48º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38482 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 130 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.17 |
| HSL | 1.48º | 0.48% | 0.67% | - |
| HSV(B) | 1.48º | 0.38% | 0.83% | - |
| XYZ | 39.14 | 31.96 | 25.23 | - |
| YUV | 155.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 130 | 0 | 0.37 | 0.38 | 0.17 | 1.48 | 0.48 | 0.67 |
| Hex | D3 | 84 | 82 | 0 | 25 | 26 | 11 | 1 | 30 | 43 |
| Octal | 323 | 204 | 202 | 0 | 45 | 46 | 21 | 1 | 60 | 103 |
| Binary | 11010011 | 10000100 | 10000010 | 0 | 100101 | 100110 | 10001 | 1 | 110000 | 1000011 |
Color Harmonies of #D38482
Complementary color
Monochromatic Colors of #D38482
Black with #D38482
Text Example
Text Example
White with #D38482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38482; }
p { color: rgb(211,132,130); }
H1.HeaderClassName
{
color: #D38482;
}
.AnyTagClassName
{
color: #D38482;
}
</style>
background-color css
<style>
a { background-color: #D38482; }
a { background-color: rgb(211,132,130); }
div.DivClassName
{
background-color: #D38482;
}
.BgClassName
{
background-color: #D38482;
}
</style>
border-color css
<style>
span { border-color: #D38482; }
span { border-color: rgb(211,132,130); }
td.TdClassName
{
border-color: #D38482;
}
.TagClassName
{
border-color: #D38482;
}
</style>