Shades of Sea Pink #DF827F
Tints of Sea Pink #DF827F
RGB
CMYK
RGB Variations
Color information
#DF827F (or 0xDF827F) is known color: Sea Pink. HEX triplet: DF, 82 and 7F. RGB value is (223,130,127). Sum of RGB (Red+Green+Blue) = 223+130+127=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF827F is #207D80. Grayscale: #9D9D9D. Windows color (decimal): -2129281 or 8356575. OLE color: 8356575.
HSL color Cylindrical-coordinate representation of color #DF827F: hue angle of 1.88º 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 #DF827F is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 127 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.13 |
| HSL | 1.88º | 0.6% | 0.69% | - |
| HSV(B) | 1.88º | 0.43% | 0.87% | - |
| XYZ | 42.24 | 33.19 | 24.26 | - |
| YUV | 157.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 127 | 0 | 0.42 | 0.43 | 0.13 | 1.88 | 0.6 | 0.69 |
| Hex | DF | 82 | 7F | 0 | 2A | 2B | D | 2 | 3C | 45 |
| Octal | 337 | 202 | 177 | 0 | 52 | 53 | 15 | 2 | 74 | 105 |
| Binary | 11011111 | 10000010 | 1111111 | 0 | 101010 | 101011 | 1101 | 10 | 111100 | 1000101 |
Color Harmonies of #DF827F
Complementary color
Monochromatic Colors of #DF827F
Black with #DF827F
Text Example
Text Example
White with #DF827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF827F; }
p { color: rgb(223,130,127); }
H1.HeaderClassName
{
color: #DF827F;
}
.AnyTagClassName
{
color: #DF827F;
}
</style>
background-color css
<style>
a { background-color: #DF827F; }
a { background-color: rgb(223,130,127); }
div.DivClassName
{
background-color: #DF827F;
}
.BgClassName
{
background-color: #DF827F;
}
</style>
border-color css
<style>
span { border-color: #DF827F; }
span { border-color: rgb(223,130,127); }
td.TdClassName
{
border-color: #DF827F;
}
.TagClassName
{
border-color: #DF827F;
}
</style>