Shades of Charm #D0718A
Tints of Charm #D0718A
RGB
CMYK
RGB Variations
Color information
#D0718A (or 0xD0718A) is known color: Charm. HEX triplet: D0, 71 and 8A. RGB value is (208,113,138). Sum of RGB (Red+Green+Blue) = 208+113+138=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0718A is #2F8E75. Grayscale: #909090. Windows color (decimal): -3116662 or 9073104. OLE color: 9073104.
HSL color Cylindrical-coordinate representation of color #D0718A: hue angle of 344.21º 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 #D0718A is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 138 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.18 |
| HSL | 344.21º | 0.5% | 0.63% | - |
| HSV(B) | 344.21º | 0.46% | 0.82% | - |
| XYZ | 36.51 | 27.06 | 27.34 | - |
| YUV | 144.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 138 | 0 | 0.46 | 0.34 | 0.18 | 344.21 | 0.5 | 0.63 |
| Hex | D0 | 71 | 8A | 0 | 2E | 22 | 12 | 158 | 32 | 3F |
| Octal | 320 | 161 | 212 | 0 | 56 | 42 | 22 | 530 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10001010 | 0 | 101110 | 100010 | 10010 | 101011000 | 110010 | 111111 |
Color Harmonies of #D0718A
Complementary color
Monochromatic Colors of #D0718A
Black with #D0718A
Text Example
Text Example
White with #D0718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0718A; }
p { color: rgb(208,113,138); }
H1.HeaderClassName
{
color: #D0718A;
}
.AnyTagClassName
{
color: #D0718A;
}
</style>
background-color css
<style>
a { background-color: #D0718A; }
a { background-color: rgb(208,113,138); }
div.DivClassName
{
background-color: #D0718A;
}
.BgClassName
{
background-color: #D0718A;
}
</style>
border-color css
<style>
span { border-color: #D0718A; }
span { border-color: rgb(208,113,138); }
td.TdClassName
{
border-color: #D0718A;
}
.TagClassName
{
border-color: #D0718A;
}
</style>