Shades of Sea Pink #D27E7A
Tints of Sea Pink #D27E7A
RGB
CMYK
RGB Variations
Color information
#D27E7A (or 0xD27E7A) is known color: Sea Pink. HEX triplet: D2, 7E and 7A. RGB value is (210,126,122). Sum of RGB (Red+Green+Blue) = 210+126+122=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E7A is #2D8185. Grayscale: #969696. Windows color (decimal): -2982278 or 8027858. OLE color: 8027858.
HSL color Cylindrical-coordinate representation of color #D27E7A: hue angle of 2.73º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27E7A is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 122 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.18 |
| HSL | 2.73º | 0.49% | 0.65% | - |
| HSV(B) | 2.73º | 0.42% | 0.82% | - |
| XYZ | 37.55 | 30.03 | 22.23 | - |
| YUV | 150.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 122 | 0 | 0.4 | 0.42 | 0.18 | 2.73 | 0.49 | 0.65 |
| Hex | D2 | 7E | 7A | 0 | 28 | 2A | 12 | 3 | 31 | 41 |
| Octal | 322 | 176 | 172 | 0 | 50 | 52 | 22 | 3 | 61 | 101 |
| Binary | 11010010 | 1111110 | 1111010 | 0 | 101000 | 101010 | 10010 | 11 | 110001 | 1000001 |
Color Harmonies of #D27E7A
Complementary color
Monochromatic Colors of #D27E7A
Black with #D27E7A
Text Example
Text Example
White with #D27E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E7A; }
p { color: rgb(210,126,122); }
H1.HeaderClassName
{
color: #D27E7A;
}
.AnyTagClassName
{
color: #D27E7A;
}
</style>
background-color css
<style>
a { background-color: #D27E7A; }
a { background-color: rgb(210,126,122); }
div.DivClassName
{
background-color: #D27E7A;
}
.BgClassName
{
background-color: #D27E7A;
}
</style>
border-color css
<style>
span { border-color: #D27E7A; }
span { border-color: rgb(210,126,122); }
td.TdClassName
{
border-color: #D27E7A;
}
.TagClassName
{
border-color: #D27E7A;
}
</style>