Shades of Charm #D68190
Tints of Charm #D68190
RGB
CMYK
RGB Variations
Color information
#D68190 (or 0xD68190) is known color: Charm. HEX triplet: D6, 81 and 90. RGB value is (214,129,144). Sum of RGB (Red+Green+Blue) = 214+129+144=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D68190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68190 is #297E6F. Grayscale: #9C9C9C. Windows color (decimal): -2719344 or 9470422. OLE color: 9470422.
HSL color Cylindrical-coordinate representation of color #D68190: hue angle of 349.41º 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 #D68190 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 144 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.16 |
| HSL | 349.41º | 0.51% | 0.67% | - |
| HSV(B) | 349.41º | 0.4% | 0.84% | - |
| XYZ | 40.62 | 32.01 | 30.42 | - |
| YUV | 156.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 144 | 0 | 0.40 | 0.33 | 0.16 | 349.41 | 0.51 | 0.67 |
| Hex | D6 | 81 | 90 | 0 | 28 | 21 | 10 | 15D | 33 | 43 |
| Octal | 326 | 201 | 220 | 0 | 50 | 41 | 20 | 535 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10010000 | 0 | 101000 | 100001 | 10000 | 101011101 | 110011 | 1000011 |
Color Harmonies of #D68190
Complementary color
Monochromatic Colors of #D68190
Black with #D68190
Text Example
Text Example
White with #D68190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68190; }
p { color: rgb(214,129,144); }
H1.HeaderClassName
{
color: #D68190;
}
.AnyTagClassName
{
color: #D68190;
}
</style>
background-color css
<style>
a { background-color: #D68190; }
a { background-color: rgb(214,129,144); }
div.DivClassName
{
background-color: #D68190;
}
.BgClassName
{
background-color: #D68190;
}
</style>
border-color css
<style>
span { border-color: #D68190; }
span { border-color: rgb(214,129,144); }
td.TdClassName
{
border-color: #D68190;
}
.TagClassName
{
border-color: #D68190;
}
</style>