Shades of Sea Pink #DF8483
Tints of Sea Pink #DF8483
RGB
CMYK
RGB Variations
Color information
#DF8483 (or 0xDF8483) is known color: Sea Pink. HEX triplet: DF, 84 and 83. RGB value is (223,132,131). Sum of RGB (Red+Green+Blue) = 223+132+131=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8483 is #207B7C. Grayscale: #9F9F9F. Windows color (decimal): -2128765 or 8619231. OLE color: 8619231.
HSL color Cylindrical-coordinate representation of color #DF8483: hue angle of 0.65º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8483 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 131 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.13 |
| HSL | 0.65º | 0.59% | 0.69% | - |
| HSV(B) | 0.65º | 0.41% | 0.87% | - |
| XYZ | 42.78 | 33.83 | 25.75 | - |
| YUV | 159.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 131 | 0 | 0.41 | 0.41 | 0.13 | 0.65 | 0.59 | 0.69 |
| Hex | DF | 84 | 83 | 0 | 29 | 29 | D | 1 | 3B | 45 |
| Octal | 337 | 204 | 203 | 0 | 51 | 51 | 15 | 1 | 73 | 105 |
| Binary | 11011111 | 10000100 | 10000011 | 0 | 101001 | 101001 | 1101 | 1 | 111011 | 1000101 |
Color Harmonies of #DF8483
Complementary color
Monochromatic Colors of #DF8483
Black with #DF8483
Text Example
Text Example
White with #DF8483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8483; }
p { color: rgb(223,132,131); }
H1.HeaderClassName
{
color: #DF8483;
}
.AnyTagClassName
{
color: #DF8483;
}
</style>
background-color css
<style>
a { background-color: #DF8483; }
a { background-color: rgb(223,132,131); }
div.DivClassName
{
background-color: #DF8483;
}
.BgClassName
{
background-color: #DF8483;
}
</style>
border-color css
<style>
span { border-color: #DF8483; }
span { border-color: rgb(223,132,131); }
td.TdClassName
{
border-color: #DF8483;
}
.TagClassName
{
border-color: #DF8483;
}
</style>