Shades of Charm #D27F91
Tints of Charm #D27F91
RGB
CMYK
RGB Variations
Color information
#D27F91 (or 0xD27F91) is known color: Charm. HEX triplet: D2, 7F and 91. RGB value is (210,127,145). Sum of RGB (Red+Green+Blue) = 210+127+145=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F91 is #2D806E. Grayscale: #999999. Windows color (decimal): -2981999 or 9535442. OLE color: 9535442.
HSL color Cylindrical-coordinate representation of color #D27F91: hue angle of 346.99º 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 #D27F91 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 145 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.18 |
| HSL | 346.99º | 0.48% | 0.66% | - |
| HSV(B) | 346.99º | 0.4% | 0.82% | - |
| XYZ | 39.28 | 30.92 | 30.69 | - |
| YUV | 153.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 145 | 0 | 0.40 | 0.31 | 0.18 | 346.99 | 0.48 | 0.66 |
| Hex | D2 | 7F | 91 | 0 | 28 | 1F | 12 | 15B | 30 | 42 |
| Octal | 322 | 177 | 221 | 0 | 50 | 37 | 22 | 533 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10010001 | 0 | 101000 | 11111 | 10010 | 101011011 | 110000 | 1000010 |
Color Harmonies of #D27F91
Complementary color
Monochromatic Colors of #D27F91
Black with #D27F91
Text Example
Text Example
White with #D27F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F91; }
p { color: rgb(210,127,145); }
H1.HeaderClassName
{
color: #D27F91;
}
.AnyTagClassName
{
color: #D27F91;
}
</style>
background-color css
<style>
a { background-color: #D27F91; }
a { background-color: rgb(210,127,145); }
div.DivClassName
{
background-color: #D27F91;
}
.BgClassName
{
background-color: #D27F91;
}
</style>
border-color css
<style>
span { border-color: #D27F91; }
span { border-color: rgb(210,127,145); }
td.TdClassName
{
border-color: #D27F91;
}
.TagClassName
{
border-color: #D27F91;
}
</style>