Shades of Charm #D07693
Tints of Charm #D07693
RGB
CMYK
RGB Variations
Color information
#D07693 (or 0xD07693) is known color: Charm. HEX triplet: D0, 76 and 93. RGB value is (208,118,147). Sum of RGB (Red+Green+Blue) = 208+118+147=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D07693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07693 is #2F896C. Grayscale: #949494. Windows color (decimal): -3115373 or 9664208. OLE color: 9664208.
HSL color Cylindrical-coordinate representation of color #D07693: hue angle of 340.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07693 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 147 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.18 |
| HSL | 340.67º | 0.49% | 0.64% | - |
| HSV(B) | 340.67º | 0.43% | 0.82% | - |
| XYZ | 37.76 | 28.47 | 31.11 | - |
| YUV | 148.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 147 | 0 | 0.43 | 0.29 | 0.18 | 340.67 | 0.49 | 0.64 |
| Hex | D0 | 76 | 93 | 0 | 2B | 1D | 12 | 155 | 31 | 40 |
| Octal | 320 | 166 | 223 | 0 | 53 | 35 | 22 | 525 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10010011 | 0 | 101011 | 11101 | 10010 | 101010101 | 110001 | 1000000 |
Color Harmonies of #D07693
Complementary color
Monochromatic Colors of #D07693
Black with #D07693
Text Example
Text Example
White with #D07693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07693; }
p { color: rgb(208,118,147); }
H1.HeaderClassName
{
color: #D07693;
}
.AnyTagClassName
{
color: #D07693;
}
</style>
background-color css
<style>
a { background-color: #D07693; }
a { background-color: rgb(208,118,147); }
div.DivClassName
{
background-color: #D07693;
}
.BgClassName
{
background-color: #D07693;
}
</style>
border-color css
<style>
span { border-color: #D07693; }
span { border-color: rgb(208,118,147); }
td.TdClassName
{
border-color: #D07693;
}
.TagClassName
{
border-color: #D07693;
}
</style>