Shades of Sea Pink #D27572
Tints of Sea Pink #D27572
RGB
CMYK
RGB Variations
Color information
#D27572 (or 0xD27572) is known color: Sea Pink. HEX triplet: D2, 75 and 72. RGB value is (210,117,114). Sum of RGB (Red+Green+Blue) = 210+117+114=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27572 is #2D8A8D. Grayscale: #909090. Windows color (decimal): -2984590 or 7501266. OLE color: 7501266.
HSL color Cylindrical-coordinate representation of color #D27572: hue angle of 1.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27572 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 114 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.18 |
| HSL | 1.88º | 0.52% | 0.64% | - |
| HSV(B) | 1.88º | 0.46% | 0.82% | - |
| XYZ | 35.98 | 27.64 | 19.36 | - |
| YUV | 144.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 114 | 0 | 0.44 | 0.46 | 0.18 | 1.88 | 0.52 | 0.64 |
| Hex | D2 | 75 | 72 | 0 | 2C | 2E | 12 | 2 | 34 | 40 |
| Octal | 322 | 165 | 162 | 0 | 54 | 56 | 22 | 2 | 64 | 100 |
| Binary | 11010010 | 1110101 | 1110010 | 0 | 101100 | 101110 | 10010 | 10 | 110100 | 1000000 |
Color Harmonies of #D27572
Complementary color
Monochromatic Colors of #D27572
Black with #D27572
Text Example
Text Example
White with #D27572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27572; }
p { color: rgb(210,117,114); }
H1.HeaderClassName
{
color: #D27572;
}
.AnyTagClassName
{
color: #D27572;
}
</style>
background-color css
<style>
a { background-color: #D27572; }
a { background-color: rgb(210,117,114); }
div.DivClassName
{
background-color: #D27572;
}
.BgClassName
{
background-color: #D27572;
}
</style>
border-color css
<style>
span { border-color: #D27572; }
span { border-color: rgb(210,117,114); }
td.TdClassName
{
border-color: #D27572;
}
.TagClassName
{
border-color: #D27572;
}
</style>