Shades of Sea Pink #DF807A
Tints of Sea Pink #DF807A
RGB
CMYK
RGB Variations
Color information
#DF807A (or 0xDF807A) is known color: Sea Pink. HEX triplet: DF, 80 and 7A. RGB value is (223,128,122). Sum of RGB (Red+Green+Blue) = 223+128+122=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF807A is #207F85. Grayscale: #9B9B9B. Windows color (decimal): -2129798 or 8028383. OLE color: 8028383.
HSL color Cylindrical-coordinate representation of color #DF807A: hue angle of 3.56º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF807A is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 122 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.13 |
| HSL | 3.56º | 0.61% | 0.68% | - |
| HSV(B) | 3.56º | 0.45% | 0.87% | - |
| XYZ | 41.66 | 32.53 | 22.5 | - |
| YUV | 155.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 122 | 0 | 0.43 | 0.45 | 0.13 | 3.56 | 0.61 | 0.68 |
| Hex | DF | 80 | 7A | 0 | 2B | 2D | D | 4 | 3D | 44 |
| Octal | 337 | 200 | 172 | 0 | 53 | 55 | 15 | 4 | 75 | 104 |
| Binary | 11011111 | 10000000 | 1111010 | 0 | 101011 | 101101 | 1101 | 100 | 111101 | 1000100 |
Color Harmonies of #DF807A
Complementary color
Monochromatic Colors of #DF807A
Black with #DF807A
Text Example
Text Example
White with #DF807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF807A; }
p { color: rgb(223,128,122); }
H1.HeaderClassName
{
color: #DF807A;
}
.AnyTagClassName
{
color: #DF807A;
}
</style>
background-color css
<style>
a { background-color: #DF807A; }
a { background-color: rgb(223,128,122); }
div.DivClassName
{
background-color: #DF807A;
}
.BgClassName
{
background-color: #DF807A;
}
</style>
border-color css
<style>
span { border-color: #DF807A; }
span { border-color: rgb(223,128,122); }
td.TdClassName
{
border-color: #DF807A;
}
.TagClassName
{
border-color: #DF807A;
}
</style>