Shades of Sea Pink #D67E7E
Tints of Sea Pink #D67E7E
RGB
CMYK
RGB Variations
Color information
#D67E7E (or 0xD67E7E) is known color: Sea Pink. HEX triplet: D6, 7E and 7E. RGB value is (214,126,126). Sum of RGB (Red+Green+Blue) = 214+126+126=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E7E is #298181. Grayscale: #989898. Windows color (decimal): -2720130 or 8290006. OLE color: 8290006.
HSL color Cylindrical-coordinate representation of color #D67E7E: hue angle of 0º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67E7E is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 126 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.16 |
| HSL | 0º | 0.52% | 0.67% | - |
| HSV(B) | 0º | 0.41% | 0.84% | - |
| XYZ | 38.96 | 30.72 | 23.62 | - |
| YUV | 152.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 126 | 0 | 0.41 | 0.41 | 0.16 | 0 | 0.52 | 0.67 |
| Hex | D6 | 7E | 7E | 0 | 29 | 29 | 10 | 0 | 34 | 43 |
| Octal | 326 | 176 | 176 | 0 | 51 | 51 | 20 | 0 | 64 | 103 |
| Binary | 11010110 | 1111110 | 1111110 | 0 | 101001 | 101001 | 10000 | 0 | 110100 | 1000011 |
Color Harmonies of #D67E7E
Complementary color
Monochromatic Colors of #D67E7E
Black with #D67E7E
Text Example
Text Example
White with #D67E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67E7E; }
p { color: rgb(214,126,126); }
H1.HeaderClassName
{
color: #D67E7E;
}
.AnyTagClassName
{
color: #D67E7E;
}
</style>
background-color css
<style>
a { background-color: #D67E7E; }
a { background-color: rgb(214,126,126); }
div.DivClassName
{
background-color: #D67E7E;
}
.BgClassName
{
background-color: #D67E7E;
}
</style>
border-color css
<style>
span { border-color: #D67E7E; }
span { border-color: rgb(214,126,126); }
td.TdClassName
{
border-color: #D67E7E;
}
.TagClassName
{
border-color: #D67E7E;
}
</style>