Shades of Charm #D66783
Tints of Charm #D66783
RGB
CMYK
RGB Variations
Color information
#D66783 (or 0xD66783) is known color: Charm. HEX triplet: D6, 67 and 83. RGB value is (214,103,131). Sum of RGB (Red+Green+Blue) = 214+103+131=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66783 is #29987C. Grayscale: #8B8B8B. Windows color (decimal): -2726013 or 8611798. OLE color: 8611798.
HSL color Cylindrical-coordinate representation of color #D66783: hue angle of 344.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66783 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 131 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.16 |
| HSL | 344.86º | 0.58% | 0.62% | - |
| HSV(B) | 344.86º | 0.52% | 0.84% | - |
| XYZ | 36.68 | 25.64 | 24.49 | - |
| YUV | 139.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 131 | 0 | 0.52 | 0.39 | 0.16 | 344.86 | 0.58 | 0.62 |
| Hex | D6 | 67 | 83 | 0 | 34 | 27 | 10 | 159 | 3A | 3E |
| Octal | 326 | 147 | 203 | 0 | 64 | 47 | 20 | 531 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10000011 | 0 | 110100 | 100111 | 10000 | 101011001 | 111010 | 111110 |
Color Harmonies of #D66783
Complementary color
Monochromatic Colors of #D66783
Black with #D66783
Text Example
Text Example
White with #D66783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66783; }
p { color: rgb(214,103,131); }
H1.HeaderClassName
{
color: #D66783;
}
.AnyTagClassName
{
color: #D66783;
}
</style>
background-color css
<style>
a { background-color: #D66783; }
a { background-color: rgb(214,103,131); }
div.DivClassName
{
background-color: #D66783;
}
.BgClassName
{
background-color: #D66783;
}
</style>
border-color css
<style>
span { border-color: #D66783; }
span { border-color: rgb(214,103,131); }
td.TdClassName
{
border-color: #D66783;
}
.TagClassName
{
border-color: #D66783;
}
</style>