Shades of Sea Pink #DC8282
Tints of Sea Pink #DC8282
RGB
CMYK
RGB Variations
Color information
#DC8282 (or 0xDC8282) is known color: Sea Pink. HEX triplet: DC, 82 and 82. RGB value is (220,130,130). Sum of RGB (Red+Green+Blue) = 220+130+130=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8282 is #237D7D. Grayscale: #9D9D9D. Windows color (decimal): -2325886 or 8553180. OLE color: 8553180.
HSL color Cylindrical-coordinate representation of color #DC8282: hue angle of 0º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8282 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 130 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.14 |
| HSL | 0º | 0.56% | 0.69% | - |
| HSV(B) | 0º | 0.41% | 0.86% | - |
| XYZ | 41.53 | 32.79 | 25.26 | - |
| YUV | 156.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 130 | 0 | 0.41 | 0.41 | 0.14 | 0 | 0.56 | 0.69 |
| Hex | DC | 82 | 82 | 0 | 29 | 29 | E | 0 | 38 | 45 |
| Octal | 334 | 202 | 202 | 0 | 51 | 51 | 16 | 0 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10000010 | 0 | 101001 | 101001 | 1110 | 0 | 111000 | 1000101 |
Color Harmonies of #DC8282
Complementary color
Monochromatic Colors of #DC8282
Black with #DC8282
Text Example
Text Example
White with #DC8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8282; }
p { color: rgb(220,130,130); }
H1.HeaderClassName
{
color: #DC8282;
}
.AnyTagClassName
{
color: #DC8282;
}
</style>
background-color css
<style>
a { background-color: #DC8282; }
a { background-color: rgb(220,130,130); }
div.DivClassName
{
background-color: #DC8282;
}
.BgClassName
{
background-color: #DC8282;
}
</style>
border-color css
<style>
span { border-color: #DC8282; }
span { border-color: rgb(220,130,130); }
td.TdClassName
{
border-color: #DC8282;
}
.TagClassName
{
border-color: #DC8282;
}
</style>