Shades of Sea Pink #DF8585
Tints of Sea Pink #DF8585
RGB
CMYK
RGB Variations
Color information
#DF8585 (or 0xDF8585) is known color: Sea Pink. HEX triplet: DF, 85 and 85. RGB value is (223,133,133). Sum of RGB (Red+Green+Blue) = 223+133+133=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8585 is #207A7A. Grayscale: #A0A0A0. Windows color (decimal): -2128507 or 8750559. OLE color: 8750559.
HSL color Cylindrical-coordinate representation of color #DF8585: hue angle of 0º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8585 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 133 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.13 |
| HSL | 0º | 0.58% | 0.7% | - |
| HSV(B) | 0º | 0.4% | 0.87% | - |
| XYZ | 43.05 | 34.16 | 26.51 | - |
| YUV | 159.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 133 | 0 | 0.40 | 0.40 | 0.13 | 0 | 0.58 | 0.7 |
| Hex | DF | 85 | 85 | 0 | 28 | 28 | D | 0 | 3A | 46 |
| Octal | 337 | 205 | 205 | 0 | 50 | 50 | 15 | 0 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10000101 | 0 | 101000 | 101000 | 1101 | 0 | 111010 | 1000110 |
Color Harmonies of #DF8585
Complementary color
Monochromatic Colors of #DF8585
Black with #DF8585
Text Example
Text Example
White with #DF8585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8585; }
p { color: rgb(223,133,133); }
H1.HeaderClassName
{
color: #DF8585;
}
.AnyTagClassName
{
color: #DF8585;
}
</style>
background-color css
<style>
a { background-color: #DF8585; }
a { background-color: rgb(223,133,133); }
div.DivClassName
{
background-color: #DF8585;
}
.BgClassName
{
background-color: #DF8585;
}
</style>
border-color css
<style>
span { border-color: #DF8585; }
span { border-color: rgb(223,133,133); }
td.TdClassName
{
border-color: #DF8585;
}
.TagClassName
{
border-color: #DF8585;
}
</style>