Shades of Sea Pink #D6827D
Tints of Sea Pink #D6827D
RGB
CMYK
RGB Variations
Color information
#D6827D (or 0xD6827D) is known color: Sea Pink. HEX triplet: D6, 82 and 7D. RGB value is (214,130,125). Sum of RGB (Red+Green+Blue) = 214+130+125=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6827D is #297D82. Grayscale: #9A9A9A. Windows color (decimal): -2719107 or 8225494. OLE color: 8225494.
HSL color Cylindrical-coordinate representation of color #D6827D: hue angle of 3.37º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6827D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 125 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.16 |
| HSL | 3.37º | 0.52% | 0.66% | - |
| HSV(B) | 3.37º | 0.42% | 0.84% | - |
| XYZ | 39.42 | 31.74 | 23.45 | - |
| YUV | 154.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 125 | 0 | 0.39 | 0.42 | 0.16 | 3.37 | 0.52 | 0.66 |
| Hex | D6 | 82 | 7D | 0 | 27 | 2A | 10 | 3 | 34 | 42 |
| Octal | 326 | 202 | 175 | 0 | 47 | 52 | 20 | 3 | 64 | 102 |
| Binary | 11010110 | 10000010 | 1111101 | 0 | 100111 | 101010 | 10000 | 11 | 110100 | 1000010 |
Color Harmonies of #D6827D
Complementary color
Monochromatic Colors of #D6827D
Black with #D6827D
Text Example
Text Example
White with #D6827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6827D; }
p { color: rgb(214,130,125); }
H1.HeaderClassName
{
color: #D6827D;
}
.AnyTagClassName
{
color: #D6827D;
}
</style>
background-color css
<style>
a { background-color: #D6827D; }
a { background-color: rgb(214,130,125); }
div.DivClassName
{
background-color: #D6827D;
}
.BgClassName
{
background-color: #D6827D;
}
</style>
border-color css
<style>
span { border-color: #D6827D; }
span { border-color: rgb(214,130,125); }
td.TdClassName
{
border-color: #D6827D;
}
.TagClassName
{
border-color: #D6827D;
}
</style>