Shades of Sea Pink #D68482
Tints of Sea Pink #D68482
RGB
CMYK
RGB Variations
Color information
#D68482 (or 0xD68482) is known color: Sea Pink. HEX triplet: D6, 84 and 82. RGB value is (214,132,130). Sum of RGB (Red+Green+Blue) = 214+132+130=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68482 is #297B7D. Grayscale: #9C9C9C. Windows color (decimal): -2718590 or 8553686. OLE color: 8553686.
HSL color Cylindrical-coordinate representation of color #D68482: hue angle of 1.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68482 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 130 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.16 |
| HSL | 1.43º | 0.51% | 0.67% | - |
| HSV(B) | 1.43º | 0.39% | 0.84% | - |
| XYZ | 40.01 | 32.41 | 25.27 | - |
| YUV | 156.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 130 | 0 | 0.38 | 0.39 | 0.16 | 1.43 | 0.51 | 0.67 |
| Hex | D6 | 84 | 82 | 0 | 26 | 27 | 10 | 1 | 33 | 43 |
| Octal | 326 | 204 | 202 | 0 | 46 | 47 | 20 | 1 | 63 | 103 |
| Binary | 11010110 | 10000100 | 10000010 | 0 | 100110 | 100111 | 10000 | 1 | 110011 | 1000011 |
Color Harmonies of #D68482
Complementary color
Monochromatic Colors of #D68482
Black with #D68482
Text Example
Text Example
White with #D68482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68482; }
p { color: rgb(214,132,130); }
H1.HeaderClassName
{
color: #D68482;
}
.AnyTagClassName
{
color: #D68482;
}
</style>
background-color css
<style>
a { background-color: #D68482; }
a { background-color: rgb(214,132,130); }
div.DivClassName
{
background-color: #D68482;
}
.BgClassName
{
background-color: #D68482;
}
</style>
border-color css
<style>
span { border-color: #D68482; }
span { border-color: rgb(214,132,130); }
td.TdClassName
{
border-color: #D68482;
}
.TagClassName
{
border-color: #D68482;
}
</style>