Shades of Sea Pink #DF8680
Tints of Sea Pink #DF8680
RGB
CMYK
RGB Variations
Color information
#DF8680 (or 0xDF8680) is known color: Sea Pink. HEX triplet: DF, 86 and 80. RGB value is (223,134,128). Sum of RGB (Red+Green+Blue) = 223+134+128=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8680 is #20797F. Grayscale: #A0A0A0. Windows color (decimal): -2128256 or 8423135. OLE color: 8423135.
HSL color Cylindrical-coordinate representation of color #DF8680: hue angle of 3.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8680 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 128 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.13 |
| HSL | 3.79º | 0.6% | 0.69% | - |
| HSV(B) | 3.79º | 0.43% | 0.87% | - |
| XYZ | 42.85 | 34.3 | 24.78 | - |
| YUV | 159.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 128 | 0 | 0.40 | 0.43 | 0.13 | 3.79 | 0.6 | 0.69 |
| Hex | DF | 86 | 80 | 0 | 28 | 2B | D | 4 | 3C | 45 |
| Octal | 337 | 206 | 200 | 0 | 50 | 53 | 15 | 4 | 74 | 105 |
| Binary | 11011111 | 10000110 | 10000000 | 0 | 101000 | 101011 | 1101 | 100 | 111100 | 1000101 |
Color Harmonies of #DF8680
Complementary color
Monochromatic Colors of #DF8680
Black with #DF8680
Text Example
Text Example
White with #DF8680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8680; }
p { color: rgb(223,134,128); }
H1.HeaderClassName
{
color: #DF8680;
}
.AnyTagClassName
{
color: #DF8680;
}
</style>
background-color css
<style>
a { background-color: #DF8680; }
a { background-color: rgb(223,134,128); }
div.DivClassName
{
background-color: #DF8680;
}
.BgClassName
{
background-color: #DF8680;
}
</style>
border-color css
<style>
span { border-color: #DF8680; }
span { border-color: rgb(223,134,128); }
td.TdClassName
{
border-color: #DF8680;
}
.TagClassName
{
border-color: #DF8680;
}
</style>