Shades of Charm #D68184
Tints of Charm #D68184
RGB
CMYK
RGB Variations
Color information
#D68184 (or 0xD68184) is known color: Charm. HEX triplet: D6, 81 and 84. RGB value is (214,129,132). Sum of RGB (Red+Green+Blue) = 214+129+132=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68184 is #297E7B. Grayscale: #9A9A9A. Windows color (decimal): -2719356 or 8683990. OLE color: 8683990.
HSL color Cylindrical-coordinate representation of color #D68184: hue angle of 357.88º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68184 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 132 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.16 |
| HSL | 357.88º | 0.51% | 0.67% | - |
| HSV(B) | 357.88º | 0.4% | 0.84% | - |
| XYZ | 39.75 | 31.66 | 25.85 | - |
| YUV | 154.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 132 | 0 | 0.40 | 0.38 | 0.16 | 357.88 | 0.51 | 0.67 |
| Hex | D6 | 81 | 84 | 0 | 28 | 26 | 10 | 166 | 33 | 43 |
| Octal | 326 | 201 | 204 | 0 | 50 | 46 | 20 | 546 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10000100 | 0 | 101000 | 100110 | 10000 | 101100110 | 110011 | 1000011 |
Color Harmonies of #D68184
Complementary color
Monochromatic Colors of #D68184
Black with #D68184
Text Example
Text Example
White with #D68184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68184; }
p { color: rgb(214,129,132); }
H1.HeaderClassName
{
color: #D68184;
}
.AnyTagClassName
{
color: #D68184;
}
</style>
background-color css
<style>
a { background-color: #D68184; }
a { background-color: rgb(214,129,132); }
div.DivClassName
{
background-color: #D68184;
}
.BgClassName
{
background-color: #D68184;
}
</style>
border-color css
<style>
span { border-color: #D68184; }
span { border-color: rgb(214,129,132); }
td.TdClassName
{
border-color: #D68184;
}
.TagClassName
{
border-color: #D68184;
}
</style>