Shades of Sea Pink #D67D7B
Tints of Sea Pink #D67D7B
RGB
CMYK
RGB Variations
Color information
#D67D7B (or 0xD67D7B) is known color: Sea Pink. HEX triplet: D6, 7D and 7B. RGB value is (214,125,123). Sum of RGB (Red+Green+Blue) = 214+125+123=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D7B is #298284. Grayscale: #979797. Windows color (decimal): -2720389 or 8093142. OLE color: 8093142.
HSL color Cylindrical-coordinate representation of color #D67D7B: hue angle of 1.32º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67D7B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 123 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.16 |
| HSL | 1.32º | 0.53% | 0.66% | - |
| HSV(B) | 1.32º | 0.43% | 0.84% | - |
| XYZ | 38.64 | 30.39 | 22.57 | - |
| YUV | 151.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 123 | 0 | 0.42 | 0.43 | 0.16 | 1.32 | 0.53 | 0.66 |
| Hex | D6 | 7D | 7B | 0 | 2A | 2B | 10 | 1 | 35 | 42 |
| Octal | 326 | 175 | 173 | 0 | 52 | 53 | 20 | 1 | 65 | 102 |
| Binary | 11010110 | 1111101 | 1111011 | 0 | 101010 | 101011 | 10000 | 1 | 110101 | 1000010 |
Color Harmonies of #D67D7B
Complementary color
Monochromatic Colors of #D67D7B
Black with #D67D7B
Text Example
Text Example
White with #D67D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D7B; }
p { color: rgb(214,125,123); }
H1.HeaderClassName
{
color: #D67D7B;
}
.AnyTagClassName
{
color: #D67D7B;
}
</style>
background-color css
<style>
a { background-color: #D67D7B; }
a { background-color: rgb(214,125,123); }
div.DivClassName
{
background-color: #D67D7B;
}
.BgClassName
{
background-color: #D67D7B;
}
</style>
border-color css
<style>
span { border-color: #D67D7B; }
span { border-color: rgb(214,125,123); }
td.TdClassName
{
border-color: #D67D7B;
}
.TagClassName
{
border-color: #D67D7B;
}
</style>