Shades of Sea Pink #D68380
Tints of Sea Pink #D68380
RGB
CMYK
RGB Variations
Color information
#D68380 (or 0xD68380) is known color: Sea Pink. HEX triplet: D6, 83 and 80. RGB value is (214,131,128). Sum of RGB (Red+Green+Blue) = 214+131+128=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68380 is #297C7F. Grayscale: #9B9B9B. Windows color (decimal): -2718848 or 8422358. OLE color: 8422358.
HSL color Cylindrical-coordinate representation of color #D68380: hue angle of 2.09º 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 #D68380 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 128 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.16 |
| HSL | 2.09º | 0.51% | 0.67% | - |
| HSV(B) | 2.09º | 0.4% | 0.84% | - |
| XYZ | 39.74 | 32.09 | 24.52 | - |
| YUV | 155.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 128 | 0 | 0.39 | 0.40 | 0.16 | 2.09 | 0.51 | 0.67 |
| Hex | D6 | 83 | 80 | 0 | 27 | 28 | 10 | 2 | 33 | 43 |
| Octal | 326 | 203 | 200 | 0 | 47 | 50 | 20 | 2 | 63 | 103 |
| Binary | 11010110 | 10000011 | 10000000 | 0 | 100111 | 101000 | 10000 | 10 | 110011 | 1000011 |
Color Harmonies of #D68380
Complementary color
Monochromatic Colors of #D68380
Black with #D68380
Text Example
Text Example
White with #D68380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68380; }
p { color: rgb(214,131,128); }
H1.HeaderClassName
{
color: #D68380;
}
.AnyTagClassName
{
color: #D68380;
}
</style>
background-color css
<style>
a { background-color: #D68380; }
a { background-color: rgb(214,131,128); }
div.DivClassName
{
background-color: #D68380;
}
.BgClassName
{
background-color: #D68380;
}
</style>
border-color css
<style>
span { border-color: #D68380; }
span { border-color: rgb(214,131,128); }
td.TdClassName
{
border-color: #D68380;
}
.TagClassName
{
border-color: #D68380;
}
</style>