Shades of Sea Pink #D68481
Tints of Sea Pink #D68481
RGB
CMYK
RGB Variations
Color information
#D68481 (or 0xD68481) is known color: Sea Pink. HEX triplet: D6, 84 and 81. RGB value is (214,132,129). Sum of RGB (Red+Green+Blue) = 214+132+129=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68481 is #297B7E. Grayscale: #9C9C9C. Windows color (decimal): -2718591 or 8488150. OLE color: 8488150.
HSL color Cylindrical-coordinate representation of color #D68481: hue angle of 2.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68481 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 129 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.16 |
| HSL | 2.12º | 0.51% | 0.67% | - |
| HSV(B) | 2.12º | 0.4% | 0.84% | - |
| XYZ | 39.95 | 32.38 | 24.91 | - |
| YUV | 156.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 129 | 0 | 0.38 | 0.40 | 0.16 | 2.12 | 0.51 | 0.67 |
| Hex | D6 | 84 | 81 | 0 | 26 | 28 | 10 | 2 | 33 | 43 |
| Octal | 326 | 204 | 201 | 0 | 46 | 50 | 20 | 2 | 63 | 103 |
| Binary | 11010110 | 10000100 | 10000001 | 0 | 100110 | 101000 | 10000 | 10 | 110011 | 1000011 |
Color Harmonies of #D68481
Complementary color
Monochromatic Colors of #D68481
Black with #D68481
Text Example
Text Example
White with #D68481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68481; }
p { color: rgb(214,132,129); }
H1.HeaderClassName
{
color: #D68481;
}
.AnyTagClassName
{
color: #D68481;
}
</style>
background-color css
<style>
a { background-color: #D68481; }
a { background-color: rgb(214,132,129); }
div.DivClassName
{
background-color: #D68481;
}
.BgClassName
{
background-color: #D68481;
}
</style>
border-color css
<style>
span { border-color: #D68481; }
span { border-color: rgb(214,132,129); }
td.TdClassName
{
border-color: #D68481;
}
.TagClassName
{
border-color: #D68481;
}
</style>