Shades of Sea Pink #DF817D
Tints of Sea Pink #DF817D
RGB
CMYK
RGB Variations
Color information
#DF817D (or 0xDF817D) is known color: Sea Pink. HEX triplet: DF, 81 and 7D. RGB value is (223,129,125). Sum of RGB (Red+Green+Blue) = 223+129+125=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF817D is #207E82. Grayscale: #9C9C9C. Windows color (decimal): -2129539 or 8225247. OLE color: 8225247.
HSL color Cylindrical-coordinate representation of color #DF817D: hue angle of 2.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF817D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 125 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.13 |
| HSL | 2.45º | 0.6% | 0.68% | - |
| HSV(B) | 2.45º | 0.44% | 0.87% | - |
| XYZ | 41.98 | 32.87 | 23.53 | - |
| YUV | 156.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 125 | 0 | 0.42 | 0.44 | 0.13 | 2.45 | 0.6 | 0.68 |
| Hex | DF | 81 | 7D | 0 | 2A | 2C | D | 2 | 3C | 44 |
| Octal | 337 | 201 | 175 | 0 | 52 | 54 | 15 | 2 | 74 | 104 |
| Binary | 11011111 | 10000001 | 1111101 | 0 | 101010 | 101100 | 1101 | 10 | 111100 | 1000100 |
Color Harmonies of #DF817D
Complementary color
Monochromatic Colors of #DF817D
Black with #DF817D
Text Example
Text Example
White with #DF817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF817D; }
p { color: rgb(223,129,125); }
H1.HeaderClassName
{
color: #DF817D;
}
.AnyTagClassName
{
color: #DF817D;
}
</style>
background-color css
<style>
a { background-color: #DF817D; }
a { background-color: rgb(223,129,125); }
div.DivClassName
{
background-color: #DF817D;
}
.BgClassName
{
background-color: #DF817D;
}
</style>
border-color css
<style>
span { border-color: #DF817D; }
span { border-color: rgb(223,129,125); }
td.TdClassName
{
border-color: #DF817D;
}
.TagClassName
{
border-color: #DF817D;
}
</style>