Shades of Charm #D2768C
Tints of Charm #D2768C
RGB
CMYK
RGB Variations
Color information
#D2768C (or 0xD2768C) is known color: Charm. HEX triplet: D2, 76 and 8C. RGB value is (210,118,140). Sum of RGB (Red+Green+Blue) = 210+118+140=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2768C is #2D8973. Grayscale: #949494. Windows color (decimal): -2984308 or 9205458. OLE color: 9205458.
HSL color Cylindrical-coordinate representation of color #D2768C: hue angle of 345.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2768C is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 140 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.18 |
| HSL | 345.65º | 0.51% | 0.64% | - |
| HSV(B) | 345.65º | 0.44% | 0.82% | - |
| XYZ | 37.79 | 28.55 | 28.33 | - |
| YUV | 148.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 140 | 0 | 0.44 | 0.33 | 0.18 | 345.65 | 0.51 | 0.64 |
| Hex | D2 | 76 | 8C | 0 | 2C | 21 | 12 | 15A | 33 | 40 |
| Octal | 322 | 166 | 214 | 0 | 54 | 41 | 22 | 532 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10001100 | 0 | 101100 | 100001 | 10010 | 101011010 | 110011 | 1000000 |
Color Harmonies of #D2768C
Complementary color
Monochromatic Colors of #D2768C
Black with #D2768C
Text Example
Text Example
White with #D2768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2768C; }
p { color: rgb(210,118,140); }
H1.HeaderClassName
{
color: #D2768C;
}
.AnyTagClassName
{
color: #D2768C;
}
</style>
background-color css
<style>
a { background-color: #D2768C; }
a { background-color: rgb(210,118,140); }
div.DivClassName
{
background-color: #D2768C;
}
.BgClassName
{
background-color: #D2768C;
}
</style>
border-color css
<style>
span { border-color: #D2768C; }
span { border-color: rgb(210,118,140); }
td.TdClassName
{
border-color: #D2768C;
}
.TagClassName
{
border-color: #D2768C;
}
</style>