Shades of Charm #D27B7E
Tints of Charm #D27B7E
RGB
CMYK
RGB Variations
Color information
#D27B7E (or 0xD27B7E) is known color: Charm. HEX triplet: D2, 7B and 7E. RGB value is (210,123,126). Sum of RGB (Red+Green+Blue) = 210+123+126=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B7E is #2D8481. Grayscale: #959595. Windows color (decimal): -2983042 or 8289234. OLE color: 8289234.
HSL color Cylindrical-coordinate representation of color #D27B7E: hue angle of 357.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27B7E is Cyan = 0, Magento = 0.41, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 126 | - |
| CMYK | 0 | 0.41 | 0.4 | 0.18 |
| HSL | 357.93º | 0.49% | 0.65% | - |
| HSV(B) | 357.93º | 0.41% | 0.82% | - |
| XYZ | 37.43 | 29.37 | 23.44 | - |
| YUV | 149.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 126 | 0 | 0.41 | 0.4 | 0.18 | 357.93 | 0.49 | 0.65 |
| Hex | D2 | 7B | 7E | 0 | 29 | 28 | 12 | 166 | 31 | 41 |
| Octal | 322 | 173 | 176 | 0 | 51 | 50 | 22 | 546 | 61 | 101 |
| Binary | 11010010 | 1111011 | 1111110 | 0 | 101001 | 101000 | 10010 | 101100110 | 110001 | 1000001 |
Color Harmonies of #D27B7E
Complementary color
Monochromatic Colors of #D27B7E
Black with #D27B7E
Text Example
Text Example
White with #D27B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B7E; }
p { color: rgb(210,123,126); }
H1.HeaderClassName
{
color: #D27B7E;
}
.AnyTagClassName
{
color: #D27B7E;
}
</style>
background-color css
<style>
a { background-color: #D27B7E; }
a { background-color: rgb(210,123,126); }
div.DivClassName
{
background-color: #D27B7E;
}
.BgClassName
{
background-color: #D27B7E;
}
</style>
border-color css
<style>
span { border-color: #D27B7E; }
span { border-color: rgb(210,123,126); }
td.TdClassName
{
border-color: #D27B7E;
}
.TagClassName
{
border-color: #D27B7E;
}
</style>