Shades of Charm #D68287
Tints of Charm #D68287
RGB
CMYK
RGB Variations
Color information
#D68287 (or 0xD68287) is known color: Charm. HEX triplet: D6, 82 and 87. RGB value is (214,130,135). Sum of RGB (Red+Green+Blue) = 214+130+135=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68287 is #297D78. Grayscale: #9B9B9B. Windows color (decimal): -2719097 or 8880854. OLE color: 8880854.
HSL color Cylindrical-coordinate representation of color #D68287: hue angle of 356.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68287 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 135 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.16 |
| HSL | 356.43º | 0.51% | 0.67% | - |
| HSV(B) | 356.43º | 0.39% | 0.84% | - |
| XYZ | 40.09 | 32.01 | 26.99 | - |
| YUV | 155.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 135 | 0 | 0.39 | 0.37 | 0.16 | 356.43 | 0.51 | 0.67 |
| Hex | D6 | 82 | 87 | 0 | 27 | 25 | 10 | 164 | 33 | 43 |
| Octal | 326 | 202 | 207 | 0 | 47 | 45 | 20 | 544 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10000111 | 0 | 100111 | 100101 | 10000 | 101100100 | 110011 | 1000011 |
Color Harmonies of #D68287
Complementary color
Monochromatic Colors of #D68287
Black with #D68287
Text Example
Text Example
White with #D68287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68287; }
p { color: rgb(214,130,135); }
H1.HeaderClassName
{
color: #D68287;
}
.AnyTagClassName
{
color: #D68287;
}
</style>
background-color css
<style>
a { background-color: #D68287; }
a { background-color: rgb(214,130,135); }
div.DivClassName
{
background-color: #D68287;
}
.BgClassName
{
background-color: #D68287;
}
</style>
border-color css
<style>
span { border-color: #D68287; }
span { border-color: rgb(214,130,135); }
td.TdClassName
{
border-color: #D68287;
}
.TagClassName
{
border-color: #D68287;
}
</style>