Shades of Sea Pink #DC827A
Tints of Sea Pink #DC827A
RGB
CMYK
RGB Variations
Color information
#DC827A (or 0xDC827A) is known color: Sea Pink. HEX triplet: DC, 82 and 7A. RGB value is (220,130,122). Sum of RGB (Red+Green+Blue) = 220+130+122=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC827A is #237D85. Grayscale: #9C9C9C. Windows color (decimal): -2325894 or 8028892. OLE color: 8028892.
HSL color Cylindrical-coordinate representation of color #DC827A: hue angle of 4.9º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC827A is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 122 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.14 |
| HSL | 4.9º | 0.58% | 0.67% | - |
| HSV(B) | 4.9º | 0.45% | 0.86% | - |
| XYZ | 41.01 | 32.59 | 22.54 | - |
| YUV | 156 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 122 | 0 | 0.41 | 0.45 | 0.14 | 4.9 | 0.58 | 0.67 |
| Hex | DC | 82 | 7A | 0 | 29 | 2D | E | 5 | 3A | 43 |
| Octal | 334 | 202 | 172 | 0 | 51 | 55 | 16 | 5 | 72 | 103 |
| Binary | 11011100 | 10000010 | 1111010 | 0 | 101001 | 101101 | 1110 | 101 | 111010 | 1000011 |
Color Harmonies of #DC827A
Complementary color
Monochromatic Colors of #DC827A
Black with #DC827A
Text Example
Text Example
White with #DC827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC827A; }
p { color: rgb(220,130,122); }
H1.HeaderClassName
{
color: #DC827A;
}
.AnyTagClassName
{
color: #DC827A;
}
</style>
background-color css
<style>
a { background-color: #DC827A; }
a { background-color: rgb(220,130,122); }
div.DivClassName
{
background-color: #DC827A;
}
.BgClassName
{
background-color: #DC827A;
}
</style>
border-color css
<style>
span { border-color: #DC827A; }
span { border-color: rgb(220,130,122); }
td.TdClassName
{
border-color: #DC827A;
}
.TagClassName
{
border-color: #DC827A;
}
</style>