Shades of Charm #D67285
Tints of Charm #D67285
RGB
CMYK
RGB Variations
Color information
#D67285 (or 0xD67285) is known color: Charm. HEX triplet: D6, 72 and 85. RGB value is (214,114,133). Sum of RGB (Red+Green+Blue) = 214+114+133=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67285 is #298D7A. Grayscale: #929292. Windows color (decimal): -2723195 or 8745686. OLE color: 8745686.
HSL color Cylindrical-coordinate representation of color #D67285: hue angle of 348.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67285 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 133 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.16 |
| HSL | 348.6º | 0.55% | 0.64% | - |
| HSV(B) | 348.6º | 0.47% | 0.84% | - |
| XYZ | 37.98 | 28.02 | 25.6 | - |
| YUV | 146.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 133 | 0 | 0.47 | 0.38 | 0.16 | 348.6 | 0.55 | 0.64 |
| Hex | D6 | 72 | 85 | 0 | 2F | 26 | 10 | 15D | 37 | 40 |
| Octal | 326 | 162 | 205 | 0 | 57 | 46 | 20 | 535 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10000101 | 0 | 101111 | 100110 | 10000 | 101011101 | 110111 | 1000000 |
Color Harmonies of #D67285
Complementary color
Monochromatic Colors of #D67285
Black with #D67285
Text Example
Text Example
White with #D67285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67285; }
p { color: rgb(214,114,133); }
H1.HeaderClassName
{
color: #D67285;
}
.AnyTagClassName
{
color: #D67285;
}
</style>
background-color css
<style>
a { background-color: #D67285; }
a { background-color: rgb(214,114,133); }
div.DivClassName
{
background-color: #D67285;
}
.BgClassName
{
background-color: #D67285;
}
</style>
border-color css
<style>
span { border-color: #D67285; }
span { border-color: rgb(214,114,133); }
td.TdClassName
{
border-color: #D67285;
}
.TagClassName
{
border-color: #D67285;
}
</style>