Shades of Sea Pink #DF827E
Tints of Sea Pink #DF827E
RGB
CMYK
RGB Variations
Color information
#DF827E (or 0xDF827E) is known color: Sea Pink. HEX triplet: DF, 82 and 7E. RGB value is (223,130,126). Sum of RGB (Red+Green+Blue) = 223+130+126=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF827E is #207D81. Grayscale: #9D9D9D. Windows color (decimal): -2129282 or 8291039. OLE color: 8291039.
HSL color Cylindrical-coordinate representation of color #DF827E: hue angle of 2.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF827E is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 126 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.13 |
| HSL | 2.47º | 0.6% | 0.68% | - |
| HSV(B) | 2.47º | 0.43% | 0.87% | - |
| XYZ | 42.18 | 33.16 | 23.92 | - |
| YUV | 157.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 126 | 0 | 0.42 | 0.43 | 0.13 | 2.47 | 0.6 | 0.68 |
| Hex | DF | 82 | 7E | 0 | 2A | 2B | D | 2 | 3C | 44 |
| Octal | 337 | 202 | 176 | 0 | 52 | 53 | 15 | 2 | 74 | 104 |
| Binary | 11011111 | 10000010 | 1111110 | 0 | 101010 | 101011 | 1101 | 10 | 111100 | 1000100 |
Color Harmonies of #DF827E
Complementary color
Monochromatic Colors of #DF827E
Black with #DF827E
Text Example
Text Example
White with #DF827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF827E; }
p { color: rgb(223,130,126); }
H1.HeaderClassName
{
color: #DF827E;
}
.AnyTagClassName
{
color: #DF827E;
}
</style>
background-color css
<style>
a { background-color: #DF827E; }
a { background-color: rgb(223,130,126); }
div.DivClassName
{
background-color: #DF827E;
}
.BgClassName
{
background-color: #DF827E;
}
</style>
border-color css
<style>
span { border-color: #DF827E; }
span { border-color: rgb(223,130,126); }
td.TdClassName
{
border-color: #DF827E;
}
.TagClassName
{
border-color: #DF827E;
}
</style>