Shades of Charm #D07580
Tints of Charm #D07580
RGB
CMYK
RGB Variations
Color information
#D07580 (or 0xD07580) is known color: Charm. HEX triplet: D0, 75 and 80. RGB value is (208,117,128). Sum of RGB (Red+Green+Blue) = 208+117+128=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07580 is #2F8A7F. Grayscale: #919191. Windows color (decimal): -3115648 or 8418768. OLE color: 8418768.
HSL color Cylindrical-coordinate representation of color #D07580: hue angle of 352.75º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07580 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 128 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.18 |
| HSL | 352.75º | 0.49% | 0.64% | - |
| HSV(B) | 352.75º | 0.44% | 0.82% | - |
| XYZ | 36.27 | 27.69 | 23.86 | - |
| YUV | 145.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 128 | 0 | 0.44 | 0.38 | 0.18 | 352.75 | 0.49 | 0.64 |
| Hex | D0 | 75 | 80 | 0 | 2C | 26 | 12 | 161 | 31 | 40 |
| Octal | 320 | 165 | 200 | 0 | 54 | 46 | 22 | 541 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10000000 | 0 | 101100 | 100110 | 10010 | 101100001 | 110001 | 1000000 |
Color Harmonies of #D07580
Complementary color
Monochromatic Colors of #D07580
Black with #D07580
Text Example
Text Example
White with #D07580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07580; }
p { color: rgb(208,117,128); }
H1.HeaderClassName
{
color: #D07580;
}
.AnyTagClassName
{
color: #D07580;
}
</style>
background-color css
<style>
a { background-color: #D07580; }
a { background-color: rgb(208,117,128); }
div.DivClassName
{
background-color: #D07580;
}
.BgClassName
{
background-color: #D07580;
}
</style>
border-color css
<style>
span { border-color: #D07580; }
span { border-color: rgb(208,117,128); }
td.TdClassName
{
border-color: #D07580;
}
.TagClassName
{
border-color: #D07580;
}
</style>