Shades of Charm #D0718B
Tints of Charm #D0718B
RGB
CMYK
RGB Variations
Color information
#D0718B (or 0xD0718B) is known color: Charm. HEX triplet: D0, 71 and 8B. RGB value is (208,113,139). Sum of RGB (Red+Green+Blue) = 208+113+139=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0718B is #2F8E74. Grayscale: #909090. Windows color (decimal): -3116661 or 9138640. OLE color: 9138640.
HSL color Cylindrical-coordinate representation of color #D0718B: hue angle of 343.58º degrees, saturation: 0.5, 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 #D0718B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 139 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.18 |
| HSL | 343.58º | 0.5% | 0.63% | - |
| HSV(B) | 343.58º | 0.46% | 0.82% | - |
| XYZ | 36.58 | 27.08 | 27.73 | - |
| YUV | 144.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 139 | 0 | 0.46 | 0.33 | 0.18 | 343.58 | 0.5 | 0.63 |
| Hex | D0 | 71 | 8B | 0 | 2E | 21 | 12 | 158 | 32 | 3F |
| Octal | 320 | 161 | 213 | 0 | 56 | 41 | 22 | 530 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10001011 | 0 | 101110 | 100001 | 10010 | 101011000 | 110010 | 111111 |
Color Harmonies of #D0718B
Complementary color
Monochromatic Colors of #D0718B
Black with #D0718B
Text Example
Text Example
White with #D0718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0718B; }
p { color: rgb(208,113,139); }
H1.HeaderClassName
{
color: #D0718B;
}
.AnyTagClassName
{
color: #D0718B;
}
</style>
background-color css
<style>
a { background-color: #D0718B; }
a { background-color: rgb(208,113,139); }
div.DivClassName
{
background-color: #D0718B;
}
.BgClassName
{
background-color: #D0718B;
}
</style>
border-color css
<style>
span { border-color: #D0718B; }
span { border-color: rgb(208,113,139); }
td.TdClassName
{
border-color: #D0718B;
}
.TagClassName
{
border-color: #D0718B;
}
</style>