Shades of Sea Pink #D27D7C
Tints of Sea Pink #D27D7C
RGB
CMYK
RGB Variations
Color information
#D27D7C (or 0xD27D7C) is known color: Sea Pink. HEX triplet: D2, 7D and 7C. RGB value is (210,125,124). Sum of RGB (Red+Green+Blue) = 210+125+124=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D7C is #2D8283. Grayscale: #969696. Windows color (decimal): -2982532 or 8158674. OLE color: 8158674.
HSL color Cylindrical-coordinate representation of color #D27D7C: hue angle of 0.7º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27D7C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 124 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.18 |
| HSL | 0.7º | 0.49% | 0.65% | - |
| HSV(B) | 0.7º | 0.41% | 0.82% | - |
| XYZ | 37.55 | 29.82 | 22.85 | - |
| YUV | 150.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 124 | 0 | 0.40 | 0.41 | 0.18 | 0.7 | 0.49 | 0.65 |
| Hex | D2 | 7D | 7C | 0 | 28 | 29 | 12 | 1 | 31 | 41 |
| Octal | 322 | 175 | 174 | 0 | 50 | 51 | 22 | 1 | 61 | 101 |
| Binary | 11010010 | 1111101 | 1111100 | 0 | 101000 | 101001 | 10010 | 1 | 110001 | 1000001 |
Color Harmonies of #D27D7C
Complementary color
Monochromatic Colors of #D27D7C
Black with #D27D7C
Text Example
Text Example
White with #D27D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D7C; }
p { color: rgb(210,125,124); }
H1.HeaderClassName
{
color: #D27D7C;
}
.AnyTagClassName
{
color: #D27D7C;
}
</style>
background-color css
<style>
a { background-color: #D27D7C; }
a { background-color: rgb(210,125,124); }
div.DivClassName
{
background-color: #D27D7C;
}
.BgClassName
{
background-color: #D27D7C;
}
</style>
border-color css
<style>
span { border-color: #D27D7C; }
span { border-color: rgb(210,125,124); }
td.TdClassName
{
border-color: #D27D7C;
}
.TagClassName
{
border-color: #D27D7C;
}
</style>