Shades of Charm #D27A8D
Tints of Charm #D27A8D
RGB
CMYK
RGB Variations
Color information
#D27A8D (or 0xD27A8D) is known color: Charm. HEX triplet: D2, 7A and 8D. RGB value is (210,122,141). Sum of RGB (Red+Green+Blue) = 210+122+141=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A8D is #2D8572. Grayscale: #969696. Windows color (decimal): -2983283 or 9272018. OLE color: 9272018.
HSL color Cylindrical-coordinate representation of color #D27A8D: hue angle of 347.05º 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 #D27A8D is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 141 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.18 |
| HSL | 347.05º | 0.49% | 0.65% | - |
| HSV(B) | 347.05º | 0.42% | 0.82% | - |
| XYZ | 38.35 | 29.54 | 28.88 | - |
| YUV | 150.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 141 | 0 | 0.42 | 0.33 | 0.18 | 347.05 | 0.49 | 0.65 |
| Hex | D2 | 7A | 8D | 0 | 2A | 21 | 12 | 15B | 31 | 41 |
| Octal | 322 | 172 | 215 | 0 | 52 | 41 | 22 | 533 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10001101 | 0 | 101010 | 100001 | 10010 | 101011011 | 110001 | 1000001 |
Color Harmonies of #D27A8D
Complementary color
Monochromatic Colors of #D27A8D
Black with #D27A8D
Text Example
Text Example
White with #D27A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A8D; }
p { color: rgb(210,122,141); }
H1.HeaderClassName
{
color: #D27A8D;
}
.AnyTagClassName
{
color: #D27A8D;
}
</style>
background-color css
<style>
a { background-color: #D27A8D; }
a { background-color: rgb(210,122,141); }
div.DivClassName
{
background-color: #D27A8D;
}
.BgClassName
{
background-color: #D27A8D;
}
</style>
border-color css
<style>
span { border-color: #D27A8D; }
span { border-color: rgb(210,122,141); }
td.TdClassName
{
border-color: #D27A8D;
}
.TagClassName
{
border-color: #D27A8D;
}
</style>