Shades of Charm #D07280
Tints of Charm #D07280
RGB
CMYK
RGB Variations
Color information
#D07280 (or 0xD07280) is known color: Charm. HEX triplet: D0, 72 and 80. RGB value is (208,114,128). Sum of RGB (Red+Green+Blue) = 208+114+128=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D07280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07280 is #2F8D7F. Grayscale: #8F8F8F. Windows color (decimal): -3116416 or 8418000. OLE color: 8418000.
HSL color Cylindrical-coordinate representation of color #D07280: hue angle of 351.06º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07280 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 128 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.18 |
| HSL | 351.06º | 0.5% | 0.63% | - |
| HSV(B) | 351.06º | 0.45% | 0.82% | - |
| XYZ | 35.93 | 27 | 23.74 | - |
| YUV | 143.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 128 | 0 | 0.45 | 0.38 | 0.18 | 351.06 | 0.5 | 0.63 |
| Hex | D0 | 72 | 80 | 0 | 2D | 26 | 12 | 15F | 32 | 3F |
| Octal | 320 | 162 | 200 | 0 | 55 | 46 | 22 | 537 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10000000 | 0 | 101101 | 100110 | 10010 | 101011111 | 110010 | 111111 |
Color Harmonies of #D07280
Complementary color
Monochromatic Colors of #D07280
Black with #D07280
Text Example
Text Example
White with #D07280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07280; }
p { color: rgb(208,114,128); }
H1.HeaderClassName
{
color: #D07280;
}
.AnyTagClassName
{
color: #D07280;
}
</style>
background-color css
<style>
a { background-color: #D07280; }
a { background-color: rgb(208,114,128); }
div.DivClassName
{
background-color: #D07280;
}
.BgClassName
{
background-color: #D07280;
}
</style>
border-color css
<style>
span { border-color: #D07280; }
span { border-color: rgb(208,114,128); }
td.TdClassName
{
border-color: #D07280;
}
.TagClassName
{
border-color: #D07280;
}
</style>