Shades of Sea Pink #DC8483
Tints of Sea Pink #DC8483
RGB
CMYK
RGB Variations
Color information
#DC8483 (or 0xDC8483) is known color: Sea Pink. HEX triplet: DC, 84 and 83. RGB value is (220,132,131). Sum of RGB (Red+Green+Blue) = 220+132+131=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8483 is #237B7C. Grayscale: #9E9E9E. Windows color (decimal): -2325373 or 8619228. OLE color: 8619228.
HSL color Cylindrical-coordinate representation of color #DC8483: hue angle of 0.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8483 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 131 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.14 |
| HSL | 0.67º | 0.56% | 0.69% | - |
| HSV(B) | 0.67º | 0.4% | 0.86% | - |
| XYZ | 41.86 | 33.36 | 25.7 | - |
| YUV | 158.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 131 | 0 | 0.40 | 0.40 | 0.14 | 0.67 | 0.56 | 0.69 |
| Hex | DC | 84 | 83 | 0 | 28 | 28 | E | 1 | 38 | 45 |
| Octal | 334 | 204 | 203 | 0 | 50 | 50 | 16 | 1 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10000011 | 0 | 101000 | 101000 | 1110 | 1 | 111000 | 1000101 |
Color Harmonies of #DC8483
Complementary color
Monochromatic Colors of #DC8483
Black with #DC8483
Text Example
Text Example
White with #DC8483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8483; }
p { color: rgb(220,132,131); }
H1.HeaderClassName
{
color: #DC8483;
}
.AnyTagClassName
{
color: #DC8483;
}
</style>
background-color css
<style>
a { background-color: #DC8483; }
a { background-color: rgb(220,132,131); }
div.DivClassName
{
background-color: #DC8483;
}
.BgClassName
{
background-color: #DC8483;
}
</style>
border-color css
<style>
span { border-color: #DC8483; }
span { border-color: rgb(220,132,131); }
td.TdClassName
{
border-color: #DC8483;
}
.TagClassName
{
border-color: #DC8483;
}
</style>