Shades of Sea Pink #DA827F
Tints of Sea Pink #DA827F
RGB
CMYK
RGB Variations
Color information
#DA827F (or 0xDA827F) is known color: Sea Pink. HEX triplet: DA, 82 and 7F. RGB value is (218,130,127). Sum of RGB (Red+Green+Blue) = 218+130+127=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA827F is #257D80. Grayscale: #9C9C9C. Windows color (decimal): -2456961 or 8356570. OLE color: 8356570.
HSL color Cylindrical-coordinate representation of color #DA827F: hue angle of 1.98º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA827F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 127 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.15 |
| HSL | 1.98º | 0.55% | 0.68% | - |
| HSV(B) | 1.98º | 0.42% | 0.85% | - |
| XYZ | 40.73 | 32.4 | 24.19 | - |
| YUV | 155.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 127 | 0 | 0.40 | 0.42 | 0.15 | 1.98 | 0.55 | 0.68 |
| Hex | DA | 82 | 7F | 0 | 28 | 2A | F | 2 | 37 | 44 |
| Octal | 332 | 202 | 177 | 0 | 50 | 52 | 17 | 2 | 67 | 104 |
| Binary | 11011010 | 10000010 | 1111111 | 0 | 101000 | 101010 | 1111 | 10 | 110111 | 1000100 |
Color Harmonies of #DA827F
Complementary color
Monochromatic Colors of #DA827F
Black with #DA827F
Text Example
Text Example
White with #DA827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA827F; }
p { color: rgb(218,130,127); }
H1.HeaderClassName
{
color: #DA827F;
}
.AnyTagClassName
{
color: #DA827F;
}
</style>
background-color css
<style>
a { background-color: #DA827F; }
a { background-color: rgb(218,130,127); }
div.DivClassName
{
background-color: #DA827F;
}
.BgClassName
{
background-color: #DA827F;
}
</style>
border-color css
<style>
span { border-color: #DA827F; }
span { border-color: rgb(218,130,127); }
td.TdClassName
{
border-color: #DA827F;
}
.TagClassName
{
border-color: #DA827F;
}
</style>