Shades of Charm #D27F87
Tints of Charm #D27F87
RGB
CMYK
RGB Variations
Color information
#D27F87 (or 0xD27F87) is known color: Charm. HEX triplet: D2, 7F and 87. RGB value is (210,127,135). Sum of RGB (Red+Green+Blue) = 210+127+135=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F87 is #2D8078. Grayscale: #989898. Windows color (decimal): -2982009 or 8880082. OLE color: 8880082.
HSL color Cylindrical-coordinate representation of color #D27F87: hue angle of 354.22º degrees, saturation: 0.48, 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 #D27F87 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 135 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.18 |
| HSL | 354.22º | 0.48% | 0.66% | - |
| HSV(B) | 354.22º | 0.4% | 0.82% | - |
| XYZ | 38.54 | 30.63 | 26.8 | - |
| YUV | 152.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 135 | 0 | 0.40 | 0.36 | 0.18 | 354.22 | 0.48 | 0.66 |
| Hex | D2 | 7F | 87 | 0 | 28 | 24 | 12 | 162 | 30 | 42 |
| Octal | 322 | 177 | 207 | 0 | 50 | 44 | 22 | 542 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10000111 | 0 | 101000 | 100100 | 10010 | 101100010 | 110000 | 1000010 |
Color Harmonies of #D27F87
Complementary color
Monochromatic Colors of #D27F87
Black with #D27F87
Text Example
Text Example
White with #D27F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F87; }
p { color: rgb(210,127,135); }
H1.HeaderClassName
{
color: #D27F87;
}
.AnyTagClassName
{
color: #D27F87;
}
</style>
background-color css
<style>
a { background-color: #D27F87; }
a { background-color: rgb(210,127,135); }
div.DivClassName
{
background-color: #D27F87;
}
.BgClassName
{
background-color: #D27F87;
}
</style>
border-color css
<style>
span { border-color: #D27F87; }
span { border-color: rgb(210,127,135); }
td.TdClassName
{
border-color: #D27F87;
}
.TagClassName
{
border-color: #D27F87;
}
</style>