Shades of Charm #D27C90
Tints of Charm #D27C90
RGB
CMYK
RGB Variations
Color information
#D27C90 (or 0xD27C90) is known color: Charm. HEX triplet: D2, 7C and 90. RGB value is (210,124,144). Sum of RGB (Red+Green+Blue) = 210+124+144=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C90 is #2D836F. Grayscale: #989898. Windows color (decimal): -2982768 or 9469138. OLE color: 9469138.
HSL color Cylindrical-coordinate representation of color #D27C90: hue angle of 346.05º 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 #D27C90 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 144 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.18 |
| HSL | 346.05º | 0.49% | 0.65% | - |
| HSV(B) | 346.05º | 0.41% | 0.82% | - |
| XYZ | 38.82 | 30.13 | 30.16 | - |
| YUV | 151.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 144 | 0 | 0.41 | 0.31 | 0.18 | 346.05 | 0.49 | 0.65 |
| Hex | D2 | 7C | 90 | 0 | 29 | 1F | 12 | 15A | 31 | 41 |
| Octal | 322 | 174 | 220 | 0 | 51 | 37 | 22 | 532 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10010000 | 0 | 101001 | 11111 | 10010 | 101011010 | 110001 | 1000001 |
Color Harmonies of #D27C90
Complementary color
Monochromatic Colors of #D27C90
Black with #D27C90
Text Example
Text Example
White with #D27C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C90; }
p { color: rgb(210,124,144); }
H1.HeaderClassName
{
color: #D27C90;
}
.AnyTagClassName
{
color: #D27C90;
}
</style>
background-color css
<style>
a { background-color: #D27C90; }
a { background-color: rgb(210,124,144); }
div.DivClassName
{
background-color: #D27C90;
}
.BgClassName
{
background-color: #D27C90;
}
</style>
border-color css
<style>
span { border-color: #D27C90; }
span { border-color: rgb(210,124,144); }
td.TdClassName
{
border-color: #D27C90;
}
.TagClassName
{
border-color: #D27C90;
}
</style>