Shades of Charm #D27D83
Tints of Charm #D27D83
RGB
CMYK
RGB Variations
Color information
#D27D83 (or 0xD27D83) is known color: Charm. HEX triplet: D2, 7D and 83. RGB value is (210,125,131). Sum of RGB (Red+Green+Blue) = 210+125+131=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D83 is #2D827C. Grayscale: #979797. Windows color (decimal): -2982525 or 8617426. OLE color: 8617426.
HSL color Cylindrical-coordinate representation of color #D27D83: hue angle of 355.76º degrees, saturation: 0.49, 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 #D27D83 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 131 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.18 |
| HSL | 355.76º | 0.49% | 0.66% | - |
| HSV(B) | 355.76º | 0.4% | 0.82% | - |
| XYZ | 38.01 | 30.01 | 25.26 | - |
| YUV | 151.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 131 | 0 | 0.40 | 0.38 | 0.18 | 355.76 | 0.49 | 0.66 |
| Hex | D2 | 7D | 83 | 0 | 28 | 26 | 12 | 164 | 31 | 42 |
| Octal | 322 | 175 | 203 | 0 | 50 | 46 | 22 | 544 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10000011 | 0 | 101000 | 100110 | 10010 | 101100100 | 110001 | 1000010 |
Color Harmonies of #D27D83
Complementary color
Monochromatic Colors of #D27D83
Black with #D27D83
Text Example
Text Example
White with #D27D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D83; }
p { color: rgb(210,125,131); }
H1.HeaderClassName
{
color: #D27D83;
}
.AnyTagClassName
{
color: #D27D83;
}
</style>
background-color css
<style>
a { background-color: #D27D83; }
a { background-color: rgb(210,125,131); }
div.DivClassName
{
background-color: #D27D83;
}
.BgClassName
{
background-color: #D27D83;
}
</style>
border-color css
<style>
span { border-color: #D27D83; }
span { border-color: rgb(210,125,131); }
td.TdClassName
{
border-color: #D27D83;
}
.TagClassName
{
border-color: #D27D83;
}
</style>