Shades of Sea Pink #D27E7B
Tints of Sea Pink #D27E7B
RGB
CMYK
RGB Variations
Color information
#D27E7B (or 0xD27E7B) is known color: Sea Pink. HEX triplet: D2, 7E and 7B. RGB value is (210,126,123). Sum of RGB (Red+Green+Blue) = 210+126+123=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E7B is #2D8184. Grayscale: #969696. Windows color (decimal): -2982277 or 8093394. OLE color: 8093394.
HSL color Cylindrical-coordinate representation of color #D27E7B: hue angle of 2.07º 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 #D27E7B is Cyan = 0, Magento = 0.4, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 123 | - |
| CMYK | 0 | 0.4 | 0.41 | 0.18 |
| HSL | 2.07º | 0.49% | 0.65% | - |
| HSV(B) | 2.07º | 0.41% | 0.82% | - |
| XYZ | 37.61 | 30.05 | 22.56 | - |
| YUV | 150.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 123 | 0 | 0.4 | 0.41 | 0.18 | 2.07 | 0.49 | 0.65 |
| Hex | D2 | 7E | 7B | 0 | 28 | 29 | 12 | 2 | 31 | 41 |
| Octal | 322 | 176 | 173 | 0 | 50 | 51 | 22 | 2 | 61 | 101 |
| Binary | 11010010 | 1111110 | 1111011 | 0 | 101000 | 101001 | 10010 | 10 | 110001 | 1000001 |
Color Harmonies of #D27E7B
Complementary color
Monochromatic Colors of #D27E7B
Black with #D27E7B
Text Example
Text Example
White with #D27E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E7B; }
p { color: rgb(210,126,123); }
H1.HeaderClassName
{
color: #D27E7B;
}
.AnyTagClassName
{
color: #D27E7B;
}
</style>
background-color css
<style>
a { background-color: #D27E7B; }
a { background-color: rgb(210,126,123); }
div.DivClassName
{
background-color: #D27E7B;
}
.BgClassName
{
background-color: #D27E7B;
}
</style>
border-color css
<style>
span { border-color: #D27E7B; }
span { border-color: rgb(210,126,123); }
td.TdClassName
{
border-color: #D27E7B;
}
.TagClassName
{
border-color: #D27E7B;
}
</style>