Shades of Sea Pink #DC867E
Tints of Sea Pink #DC867E
RGB
CMYK
RGB Variations
Color information
#DC867E (or 0xDC867E) is known color: Sea Pink. HEX triplet: DC, 86 and 7E. RGB value is (220,134,126). Sum of RGB (Red+Green+Blue) = 220+134+126=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC867E is #237981. Grayscale: #9E9E9E. Windows color (decimal): -2324866 or 8292060. OLE color: 8292060.
HSL color Cylindrical-coordinate representation of color #DC867E: hue angle of 5.11º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC867E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 126 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.14 |
| HSL | 5.11º | 0.57% | 0.68% | - |
| HSV(B) | 5.11º | 0.43% | 0.86% | - |
| XYZ | 41.81 | 33.77 | 24.05 | - |
| YUV | 158.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 126 | 0 | 0.39 | 0.43 | 0.14 | 5.11 | 0.57 | 0.68 |
| Hex | DC | 86 | 7E | 0 | 27 | 2B | E | 5 | 39 | 44 |
| Octal | 334 | 206 | 176 | 0 | 47 | 53 | 16 | 5 | 71 | 104 |
| Binary | 11011100 | 10000110 | 1111110 | 0 | 100111 | 101011 | 1110 | 101 | 111001 | 1000100 |
Color Harmonies of #DC867E
Complementary color
Monochromatic Colors of #DC867E
Black with #DC867E
Text Example
Text Example
White with #DC867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC867E; }
p { color: rgb(220,134,126); }
H1.HeaderClassName
{
color: #DC867E;
}
.AnyTagClassName
{
color: #DC867E;
}
</style>
background-color css
<style>
a { background-color: #DC867E; }
a { background-color: rgb(220,134,126); }
div.DivClassName
{
background-color: #DC867E;
}
.BgClassName
{
background-color: #DC867E;
}
</style>
border-color css
<style>
span { border-color: #DC867E; }
span { border-color: rgb(220,134,126); }
td.TdClassName
{
border-color: #DC867E;
}
.TagClassName
{
border-color: #DC867E;
}
</style>