Shades of Charm #D27F8D
Tints of Charm #D27F8D
RGB
CMYK
RGB Variations
Color information
#D27F8D (or 0xD27F8D) is known color: Charm. HEX triplet: D2, 7F and 8D. RGB value is (210,127,141). Sum of RGB (Red+Green+Blue) = 210+127+141=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F8D is #2D8072. Grayscale: #999999. Windows color (decimal): -2982003 or 9273298. OLE color: 9273298.
HSL color Cylindrical-coordinate representation of color #D27F8D: hue angle of 349.88º 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 #D27F8D is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 141 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.18 |
| HSL | 349.88º | 0.48% | 0.66% | - |
| HSV(B) | 349.88º | 0.4% | 0.82% | - |
| XYZ | 38.98 | 30.8 | 29.09 | - |
| YUV | 153.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 141 | 0 | 0.40 | 0.33 | 0.18 | 349.88 | 0.48 | 0.66 |
| Hex | D2 | 7F | 8D | 0 | 28 | 21 | 12 | 15E | 30 | 42 |
| Octal | 322 | 177 | 215 | 0 | 50 | 41 | 22 | 536 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10001101 | 0 | 101000 | 100001 | 10010 | 101011110 | 110000 | 1000010 |
Color Harmonies of #D27F8D
Complementary color
Monochromatic Colors of #D27F8D
Black with #D27F8D
Text Example
Text Example
White with #D27F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F8D; }
p { color: rgb(210,127,141); }
H1.HeaderClassName
{
color: #D27F8D;
}
.AnyTagClassName
{
color: #D27F8D;
}
</style>
background-color css
<style>
a { background-color: #D27F8D; }
a { background-color: rgb(210,127,141); }
div.DivClassName
{
background-color: #D27F8D;
}
.BgClassName
{
background-color: #D27F8D;
}
</style>
border-color css
<style>
span { border-color: #D27F8D; }
span { border-color: rgb(210,127,141); }
td.TdClassName
{
border-color: #D27F8D;
}
.TagClassName
{
border-color: #D27F8D;
}
</style>