Shades of Charm #D07E8F
Tints of Charm #D07E8F
RGB
CMYK
RGB Variations
Color information
#D07E8F (or 0xD07E8F) is known color: Charm. HEX triplet: D0, 7E and 8F. RGB value is (208,126,143). Sum of RGB (Red+Green+Blue) = 208+126+143=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E8F is #2F8170. Grayscale: #989898. Windows color (decimal): -3113329 or 9404112. OLE color: 9404112.
HSL color Cylindrical-coordinate representation of color #D07E8F: hue angle of 347.56º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E8F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 143 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.18 |
| HSL | 347.56º | 0.47% | 0.65% | - |
| HSV(B) | 347.56º | 0.39% | 0.82% | - |
| XYZ | 38.43 | 30.31 | 29.81 | - |
| YUV | 152.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 143 | 0 | 0.39 | 0.31 | 0.18 | 347.56 | 0.47 | 0.65 |
| Hex | D0 | 7E | 8F | 0 | 27 | 1F | 12 | 15C | 2F | 41 |
| Octal | 320 | 176 | 217 | 0 | 47 | 37 | 22 | 534 | 57 | 101 |
| Binary | 11010000 | 1111110 | 10001111 | 0 | 100111 | 11111 | 10010 | 101011100 | 101111 | 1000001 |
Color Harmonies of #D07E8F
Complementary color
Monochromatic Colors of #D07E8F
Black with #D07E8F
Text Example
Text Example
White with #D07E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E8F; }
p { color: rgb(208,126,143); }
H1.HeaderClassName
{
color: #D07E8F;
}
.AnyTagClassName
{
color: #D07E8F;
}
</style>
background-color css
<style>
a { background-color: #D07E8F; }
a { background-color: rgb(208,126,143); }
div.DivClassName
{
background-color: #D07E8F;
}
.BgClassName
{
background-color: #D07E8F;
}
</style>
border-color css
<style>
span { border-color: #D07E8F; }
span { border-color: rgb(208,126,143); }
td.TdClassName
{
border-color: #D07E8F;
}
.TagClassName
{
border-color: #D07E8F;
}
</style>