Shades of Charm #D27A8B
Tints of Charm #D27A8B
RGB
CMYK
RGB Variations
Color information
#D27A8B (or 0xD27A8B) is known color: Charm. HEX triplet: D2, 7A and 8B. RGB value is (210,122,139). Sum of RGB (Red+Green+Blue) = 210+122+139=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A8B is #2D8574. Grayscale: #969696. Windows color (decimal): -2983285 or 9140946. OLE color: 9140946.
HSL color Cylindrical-coordinate representation of color #D27A8B: hue angle of 348.41º 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 #D27A8B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 139 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.18 |
| HSL | 348.41º | 0.49% | 0.65% | - |
| HSV(B) | 348.41º | 0.42% | 0.82% | - |
| XYZ | 38.2 | 29.48 | 28.1 | - |
| YUV | 150.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 139 | 0 | 0.42 | 0.34 | 0.18 | 348.41 | 0.49 | 0.65 |
| Hex | D2 | 7A | 8B | 0 | 2A | 22 | 12 | 15C | 31 | 41 |
| Octal | 322 | 172 | 213 | 0 | 52 | 42 | 22 | 534 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10001011 | 0 | 101010 | 100010 | 10010 | 101011100 | 110001 | 1000001 |
Color Harmonies of #D27A8B
Complementary color
Monochromatic Colors of #D27A8B
Black with #D27A8B
Text Example
Text Example
White with #D27A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A8B; }
p { color: rgb(210,122,139); }
H1.HeaderClassName
{
color: #D27A8B;
}
.AnyTagClassName
{
color: #D27A8B;
}
</style>
background-color css
<style>
a { background-color: #D27A8B; }
a { background-color: rgb(210,122,139); }
div.DivClassName
{
background-color: #D27A8B;
}
.BgClassName
{
background-color: #D27A8B;
}
</style>
border-color css
<style>
span { border-color: #D27A8B; }
span { border-color: rgb(210,122,139); }
td.TdClassName
{
border-color: #D27A8B;
}
.TagClassName
{
border-color: #D27A8B;
}
</style>