Shades of Charm #D68182
Tints of Charm #D68182
RGB
CMYK
RGB Variations
Color information
#D68182 (or 0xD68182) is known color: Charm. HEX triplet: D6, 81 and 82. RGB value is (214,129,130). Sum of RGB (Red+Green+Blue) = 214+129+130=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68182 is #297E7D. Grayscale: #9A9A9A. Windows color (decimal): -2719358 or 8552918. OLE color: 8552918.
HSL color Cylindrical-coordinate representation of color #D68182: hue angle of 359.29º 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 #D68182 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 130 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.16 |
| HSL | 359.29º | 0.51% | 0.67% | - |
| HSV(B) | 359.29º | 0.4% | 0.84% | - |
| XYZ | 39.61 | 31.61 | 25.13 | - |
| YUV | 154.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 130 | 0 | 0.40 | 0.39 | 0.16 | 359.29 | 0.51 | 0.67 |
| Hex | D6 | 81 | 82 | 0 | 28 | 27 | 10 | 167 | 33 | 43 |
| Octal | 326 | 201 | 202 | 0 | 50 | 47 | 20 | 547 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10000010 | 0 | 101000 | 100111 | 10000 | 101100111 | 110011 | 1000011 |
Color Harmonies of #D68182
Complementary color
Monochromatic Colors of #D68182
Black with #D68182
Text Example
Text Example
White with #D68182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68182; }
p { color: rgb(214,129,130); }
H1.HeaderClassName
{
color: #D68182;
}
.AnyTagClassName
{
color: #D68182;
}
</style>
background-color css
<style>
a { background-color: #D68182; }
a { background-color: rgb(214,129,130); }
div.DivClassName
{
background-color: #D68182;
}
.BgClassName
{
background-color: #D68182;
}
</style>
border-color css
<style>
span { border-color: #D68182; }
span { border-color: rgb(214,129,130); }
td.TdClassName
{
border-color: #D68182;
}
.TagClassName
{
border-color: #D68182;
}
</style>