Shades of Charm #D27F90
Tints of Charm #D27F90
RGB
CMYK
RGB Variations
Color information
#D27F90 (or 0xD27F90) is known color: Charm. HEX triplet: D2, 7F and 90. RGB value is (210,127,144). Sum of RGB (Red+Green+Blue) = 210+127+144=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F90 is #2D806F. Grayscale: #999999. Windows color (decimal): -2982000 or 9469906. OLE color: 9469906.
HSL color Cylindrical-coordinate representation of color #D27F90: hue angle of 347.71º degrees, saturation: 0.48, 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 #D27F90 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 144 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.18 |
| HSL | 347.71º | 0.48% | 0.66% | - |
| HSV(B) | 347.71º | 0.4% | 0.82% | - |
| XYZ | 39.2 | 30.89 | 30.28 | - |
| YUV | 153.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 144 | 0 | 0.40 | 0.31 | 0.18 | 347.71 | 0.48 | 0.66 |
| Hex | D2 | 7F | 90 | 0 | 28 | 1F | 12 | 15C | 30 | 42 |
| Octal | 322 | 177 | 220 | 0 | 50 | 37 | 22 | 534 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10010000 | 0 | 101000 | 11111 | 10010 | 101011100 | 110000 | 1000010 |
Color Harmonies of #D27F90
Complementary color
Monochromatic Colors of #D27F90
Black with #D27F90
Text Example
Text Example
White with #D27F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F90; }
p { color: rgb(210,127,144); }
H1.HeaderClassName
{
color: #D27F90;
}
.AnyTagClassName
{
color: #D27F90;
}
</style>
background-color css
<style>
a { background-color: #D27F90; }
a { background-color: rgb(210,127,144); }
div.DivClassName
{
background-color: #D27F90;
}
.BgClassName
{
background-color: #D27F90;
}
</style>
border-color css
<style>
span { border-color: #D27F90; }
span { border-color: rgb(210,127,144); }
td.TdClassName
{
border-color: #D27F90;
}
.TagClassName
{
border-color: #D27F90;
}
</style>