Shades of Charm #D27B7D
Tints of Charm #D27B7D
RGB
CMYK
RGB Variations
Color information
#D27B7D (or 0xD27B7D) is known color: Charm. HEX triplet: D2, 7B and 7D. RGB value is (210,123,125). Sum of RGB (Red+Green+Blue) = 210+123+125=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B7D is #2D8482. Grayscale: #959595. Windows color (decimal): -2983043 or 8223698. OLE color: 8223698.
HSL color Cylindrical-coordinate representation of color #D27B7D: hue angle of 358.62º 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 #D27B7D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 125 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.18 |
| HSL | 358.62º | 0.49% | 0.65% | - |
| HSV(B) | 358.62º | 0.41% | 0.82% | - |
| XYZ | 37.36 | 29.35 | 23.1 | - |
| YUV | 149.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 125 | 0 | 0.41 | 0.40 | 0.18 | 358.62 | 0.49 | 0.65 |
| Hex | D2 | 7B | 7D | 0 | 29 | 28 | 12 | 167 | 31 | 41 |
| Octal | 322 | 173 | 175 | 0 | 51 | 50 | 22 | 547 | 61 | 101 |
| Binary | 11010010 | 1111011 | 1111101 | 0 | 101001 | 101000 | 10010 | 101100111 | 110001 | 1000001 |
Color Harmonies of #D27B7D
Complementary color
Monochromatic Colors of #D27B7D
Black with #D27B7D
Text Example
Text Example
White with #D27B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B7D; }
p { color: rgb(210,123,125); }
H1.HeaderClassName
{
color: #D27B7D;
}
.AnyTagClassName
{
color: #D27B7D;
}
</style>
background-color css
<style>
a { background-color: #D27B7D; }
a { background-color: rgb(210,123,125); }
div.DivClassName
{
background-color: #D27B7D;
}
.BgClassName
{
background-color: #D27B7D;
}
</style>
border-color css
<style>
span { border-color: #D27B7D; }
span { border-color: rgb(210,123,125); }
td.TdClassName
{
border-color: #D27B7D;
}
.TagClassName
{
border-color: #D27B7D;
}
</style>