Shades of Sea Pink #DC8481
Tints of Sea Pink #DC8481
RGB
CMYK
RGB Variations
Color information
#DC8481 (or 0xDC8481) is known color: Sea Pink. HEX triplet: DC, 84 and 81. RGB value is (220,132,129). Sum of RGB (Red+Green+Blue) = 220+132+129=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8481 is #237B7E. Grayscale: #9E9E9E. Windows color (decimal): -2325375 or 8488156. OLE color: 8488156.
HSL color Cylindrical-coordinate representation of color #DC8481: hue angle of 1.98º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8481 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 129 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.14 |
| HSL | 1.98º | 0.57% | 0.68% | - |
| HSV(B) | 1.98º | 0.41% | 0.86% | - |
| XYZ | 41.73 | 33.3 | 25 | - |
| YUV | 157.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 129 | 0 | 0.40 | 0.41 | 0.14 | 1.98 | 0.57 | 0.68 |
| Hex | DC | 84 | 81 | 0 | 28 | 29 | E | 2 | 39 | 44 |
| Octal | 334 | 204 | 201 | 0 | 50 | 51 | 16 | 2 | 71 | 104 |
| Binary | 11011100 | 10000100 | 10000001 | 0 | 101000 | 101001 | 1110 | 10 | 111001 | 1000100 |
Color Harmonies of #DC8481
Complementary color
Monochromatic Colors of #DC8481
Black with #DC8481
Text Example
Text Example
White with #DC8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8481; }
p { color: rgb(220,132,129); }
H1.HeaderClassName
{
color: #DC8481;
}
.AnyTagClassName
{
color: #DC8481;
}
</style>
background-color css
<style>
a { background-color: #DC8481; }
a { background-color: rgb(220,132,129); }
div.DivClassName
{
background-color: #DC8481;
}
.BgClassName
{
background-color: #DC8481;
}
</style>
border-color css
<style>
span { border-color: #DC8481; }
span { border-color: rgb(220,132,129); }
td.TdClassName
{
border-color: #DC8481;
}
.TagClassName
{
border-color: #DC8481;
}
</style>