Shades of Charm #D1718A
Tints of Charm #D1718A
RGB
CMYK
RGB Variations
Color information
#D1718A (or 0xD1718A) is known color: Charm. HEX triplet: D1, 71 and 8A. RGB value is (209,113,138). Sum of RGB (Red+Green+Blue) = 209+113+138=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1718A is #2E8E75. Grayscale: #909090. Windows color (decimal): -3051126 or 9073105. OLE color: 9073105.
HSL color Cylindrical-coordinate representation of color #D1718A: hue angle of 344.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1718A is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 138 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.18 |
| HSL | 344.38º | 0.51% | 0.63% | - |
| HSV(B) | 344.38º | 0.46% | 0.82% | - |
| XYZ | 36.79 | 27.2 | 27.36 | - |
| YUV | 144.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 138 | 0 | 0.46 | 0.34 | 0.18 | 344.38 | 0.51 | 0.63 |
| Hex | D1 | 71 | 8A | 0 | 2E | 22 | 12 | 158 | 33 | 3F |
| Octal | 321 | 161 | 212 | 0 | 56 | 42 | 22 | 530 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10001010 | 0 | 101110 | 100010 | 10010 | 101011000 | 110011 | 111111 |
Color Harmonies of #D1718A
Complementary color
Monochromatic Colors of #D1718A
Black with #D1718A
Text Example
Text Example
White with #D1718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1718A; }
p { color: rgb(209,113,138); }
H1.HeaderClassName
{
color: #D1718A;
}
.AnyTagClassName
{
color: #D1718A;
}
</style>
background-color css
<style>
a { background-color: #D1718A; }
a { background-color: rgb(209,113,138); }
div.DivClassName
{
background-color: #D1718A;
}
.BgClassName
{
background-color: #D1718A;
}
</style>
border-color css
<style>
span { border-color: #D1718A; }
span { border-color: rgb(209,113,138); }
td.TdClassName
{
border-color: #D1718A;
}
.TagClassName
{
border-color: #D1718A;
}
</style>