Shades of Charm #D07E92
Tints of Charm #D07E92
RGB
CMYK
RGB Variations
Color information
#D07E92 (or 0xD07E92) is known color: Charm. HEX triplet: D0, 7E and 92. RGB value is (208,126,146). Sum of RGB (Red+Green+Blue) = 208+126+146=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E92 is #2F816D. Grayscale: #989898. Windows color (decimal): -3113326 or 9600720. OLE color: 9600720.
HSL color Cylindrical-coordinate representation of color #D07E92: hue angle of 345.37º 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 #D07E92 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 146 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.18 |
| HSL | 345.37º | 0.47% | 0.65% | - |
| HSV(B) | 345.37º | 0.39% | 0.82% | - |
| XYZ | 38.66 | 30.41 | 31.03 | - |
| YUV | 152.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 146 | 0 | 0.39 | 0.30 | 0.18 | 345.37 | 0.47 | 0.65 |
| Hex | D0 | 7E | 92 | 0 | 27 | 1E | 12 | 159 | 2F | 41 |
| Octal | 320 | 176 | 222 | 0 | 47 | 36 | 22 | 531 | 57 | 101 |
| Binary | 11010000 | 1111110 | 10010010 | 0 | 100111 | 11110 | 10010 | 101011001 | 101111 | 1000001 |
Color Harmonies of #D07E92
Complementary color
Monochromatic Colors of #D07E92
Black with #D07E92
Text Example
Text Example
White with #D07E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E92; }
p { color: rgb(208,126,146); }
H1.HeaderClassName
{
color: #D07E92;
}
.AnyTagClassName
{
color: #D07E92;
}
</style>
background-color css
<style>
a { background-color: #D07E92; }
a { background-color: rgb(208,126,146); }
div.DivClassName
{
background-color: #D07E92;
}
.BgClassName
{
background-color: #D07E92;
}
</style>
border-color css
<style>
span { border-color: #D07E92; }
span { border-color: rgb(208,126,146); }
td.TdClassName
{
border-color: #D07E92;
}
.TagClassName
{
border-color: #D07E92;
}
</style>