Shades of Charm #D66883
Tints of Charm #D66883
RGB
CMYK
RGB Variations
Color information
#D66883 (or 0xD66883) is known color: Charm. HEX triplet: D6, 68 and 83. RGB value is (214,104,131). Sum of RGB (Red+Green+Blue) = 214+104+131=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D66883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66883 is #29977C. Grayscale: #8B8B8B. Windows color (decimal): -2725757 or 8612054. OLE color: 8612054.
HSL color Cylindrical-coordinate representation of color #D66883: hue angle of 345.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66883 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 131 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.16 |
| HSL | 345.27º | 0.57% | 0.62% | - |
| HSV(B) | 345.27º | 0.51% | 0.84% | - |
| XYZ | 36.78 | 25.84 | 24.52 | - |
| YUV | 139.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 131 | 0 | 0.51 | 0.39 | 0.16 | 345.27 | 0.57 | 0.62 |
| Hex | D6 | 68 | 83 | 0 | 33 | 27 | 10 | 159 | 39 | 3E |
| Octal | 326 | 150 | 203 | 0 | 63 | 47 | 20 | 531 | 71 | 76 |
| Binary | 11010110 | 1101000 | 10000011 | 0 | 110011 | 100111 | 10000 | 101011001 | 111001 | 111110 |
Color Harmonies of #D66883
Complementary color
Monochromatic Colors of #D66883
Black with #D66883
Text Example
Text Example
White with #D66883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66883; }
p { color: rgb(214,104,131); }
H1.HeaderClassName
{
color: #D66883;
}
.AnyTagClassName
{
color: #D66883;
}
</style>
background-color css
<style>
a { background-color: #D66883; }
a { background-color: rgb(214,104,131); }
div.DivClassName
{
background-color: #D66883;
}
.BgClassName
{
background-color: #D66883;
}
</style>
border-color css
<style>
span { border-color: #D66883; }
span { border-color: rgb(214,104,131); }
td.TdClassName
{
border-color: #D66883;
}
.TagClassName
{
border-color: #D66883;
}
</style>