Shades of Sea Pink #D58481
Tints of Sea Pink #D58481
RGB
CMYK
RGB Variations
Color information
#D58481 (or 0xD58481) is known color: Sea Pink. HEX triplet: D5, 84 and 81. RGB value is (213,132,129). Sum of RGB (Red+Green+Blue) = 213+132+129=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D58481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58481 is #2A7B7E. Grayscale: #9B9B9B. Windows color (decimal): -2784127 or 8488149. OLE color: 8488149.
HSL color Cylindrical-coordinate representation of color #D58481: hue angle of 2.14º degrees, saturation: 0.5, 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 #D58481 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 129 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.16 |
| HSL | 2.14º | 0.5% | 0.67% | - |
| HSV(B) | 2.14º | 0.39% | 0.84% | - |
| XYZ | 39.65 | 32.23 | 24.9 | - |
| YUV | 155.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 129 | 0 | 0.38 | 0.39 | 0.16 | 2.14 | 0.5 | 0.67 |
| Hex | D5 | 84 | 81 | 0 | 26 | 27 | 10 | 2 | 32 | 43 |
| Octal | 325 | 204 | 201 | 0 | 46 | 47 | 20 | 2 | 62 | 103 |
| Binary | 11010101 | 10000100 | 10000001 | 0 | 100110 | 100111 | 10000 | 10 | 110010 | 1000011 |
Color Harmonies of #D58481
Complementary color
Monochromatic Colors of #D58481
Black with #D58481
Text Example
Text Example
White with #D58481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58481; }
p { color: rgb(213,132,129); }
H1.HeaderClassName
{
color: #D58481;
}
.AnyTagClassName
{
color: #D58481;
}
</style>
background-color css
<style>
a { background-color: #D58481; }
a { background-color: rgb(213,132,129); }
div.DivClassName
{
background-color: #D58481;
}
.BgClassName
{
background-color: #D58481;
}
</style>
border-color css
<style>
span { border-color: #D58481; }
span { border-color: rgb(213,132,129); }
td.TdClassName
{
border-color: #D58481;
}
.TagClassName
{
border-color: #D58481;
}
</style>