Shades of Charm #D66683
Tints of Charm #D66683
RGB
CMYK
RGB Variations
Color information
#D66683 (or 0xD66683) is known color: Charm. HEX triplet: D6, 66 and 83. RGB value is (214,102,131). Sum of RGB (Red+Green+Blue) = 214+102+131=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D66683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66683 is #29997C. Grayscale: #8A8A8A. Windows color (decimal): -2726269 or 8611542. OLE color: 8611542.
HSL color Cylindrical-coordinate representation of color #D66683: hue angle of 344.46º 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 #D66683 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 131 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.16 |
| HSL | 344.46º | 0.58% | 0.62% | - |
| HSV(B) | 344.46º | 0.52% | 0.84% | - |
| XYZ | 36.58 | 25.44 | 24.45 | - |
| YUV | 138.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 131 | 0 | 0.52 | 0.39 | 0.16 | 344.46 | 0.58 | 0.62 |
| Hex | D6 | 66 | 83 | 0 | 34 | 27 | 10 | 158 | 3A | 3E |
| Octal | 326 | 146 | 203 | 0 | 64 | 47 | 20 | 530 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10000011 | 0 | 110100 | 100111 | 10000 | 101011000 | 111010 | 111110 |
Color Harmonies of #D66683
Complementary color
Monochromatic Colors of #D66683
Black with #D66683
Text Example
Text Example
White with #D66683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66683; }
p { color: rgb(214,102,131); }
H1.HeaderClassName
{
color: #D66683;
}
.AnyTagClassName
{
color: #D66683;
}
</style>
background-color css
<style>
a { background-color: #D66683; }
a { background-color: rgb(214,102,131); }
div.DivClassName
{
background-color: #D66683;
}
.BgClassName
{
background-color: #D66683;
}
</style>
border-color css
<style>
span { border-color: #D66683; }
span { border-color: rgb(214,102,131); }
td.TdClassName
{
border-color: #D66683;
}
.TagClassName
{
border-color: #D66683;
}
</style>