Shades of Charm #D07085
Tints of Charm #D07085
RGB
CMYK
RGB Variations
Color information
#D07085 (or 0xD07085) is known color: Charm. HEX triplet: D0, 70 and 85. RGB value is (208,112,133). Sum of RGB (Red+Green+Blue) = 208+112+133=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07085 is #2F8F7A. Grayscale: #8F8F8F. Windows color (decimal): -3116923 or 8745168. OLE color: 8745168.
HSL color Cylindrical-coordinate representation of color #D07085: hue angle of 346.88º degrees, saturation: 0.51, 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 #D07085 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 133 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.18 |
| HSL | 346.88º | 0.51% | 0.63% | - |
| HSV(B) | 346.88º | 0.46% | 0.82% | - |
| XYZ | 36.04 | 26.69 | 25.44 | - |
| YUV | 143.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 133 | 0 | 0.46 | 0.36 | 0.18 | 346.88 | 0.51 | 0.63 |
| Hex | D0 | 70 | 85 | 0 | 2E | 24 | 12 | 15B | 33 | 3F |
| Octal | 320 | 160 | 205 | 0 | 56 | 44 | 22 | 533 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10000101 | 0 | 101110 | 100100 | 10010 | 101011011 | 110011 | 111111 |
Color Harmonies of #D07085
Complementary color
Monochromatic Colors of #D07085
Black with #D07085
Text Example
Text Example
White with #D07085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07085; }
p { color: rgb(208,112,133); }
H1.HeaderClassName
{
color: #D07085;
}
.AnyTagClassName
{
color: #D07085;
}
</style>
background-color css
<style>
a { background-color: #D07085; }
a { background-color: rgb(208,112,133); }
div.DivClassName
{
background-color: #D07085;
}
.BgClassName
{
background-color: #D07085;
}
</style>
border-color css
<style>
span { border-color: #D07085; }
span { border-color: rgb(208,112,133); }
td.TdClassName
{
border-color: #D07085;
}
.TagClassName
{
border-color: #D07085;
}
</style>