Shades of Sea Pink #D27E7D
Tints of Sea Pink #D27E7D
RGB
CMYK
RGB Variations
Color information
#D27E7D (or 0xD27E7D) is known color: Sea Pink. HEX triplet: D2, 7E and 7D. RGB value is (210,126,125). Sum of RGB (Red+Green+Blue) = 210+126+125=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E7D is #2D8182. Grayscale: #979797. Windows color (decimal): -2982275 or 8224466. OLE color: 8224466.
HSL color Cylindrical-coordinate representation of color #D27E7D: hue angle of 0.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27E7D is Cyan = 0, Magento = 0.4, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 125 | - |
| CMYK | 0 | 0.4 | 0.40 | 0.18 |
| HSL | 0.71º | 0.49% | 0.66% | - |
| HSV(B) | 0.71º | 0.4% | 0.82% | - |
| XYZ | 37.74 | 30.1 | 23.22 | - |
| YUV | 151 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 125 | 0 | 0.4 | 0.40 | 0.18 | 0.71 | 0.49 | 0.66 |
| Hex | D2 | 7E | 7D | 0 | 28 | 28 | 12 | 1 | 31 | 42 |
| Octal | 322 | 176 | 175 | 0 | 50 | 50 | 22 | 1 | 61 | 102 |
| Binary | 11010010 | 1111110 | 1111101 | 0 | 101000 | 101000 | 10010 | 1 | 110001 | 1000010 |
Color Harmonies of #D27E7D
Complementary color
Monochromatic Colors of #D27E7D
Black with #D27E7D
Text Example
Text Example
White with #D27E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E7D; }
p { color: rgb(210,126,125); }
H1.HeaderClassName
{
color: #D27E7D;
}
.AnyTagClassName
{
color: #D27E7D;
}
</style>
background-color css
<style>
a { background-color: #D27E7D; }
a { background-color: rgb(210,126,125); }
div.DivClassName
{
background-color: #D27E7D;
}
.BgClassName
{
background-color: #D27E7D;
}
</style>
border-color css
<style>
span { border-color: #D27E7D; }
span { border-color: rgb(210,126,125); }
td.TdClassName
{
border-color: #D27E7D;
}
.TagClassName
{
border-color: #D27E7D;
}
</style>