Shades of Charm #D07283
Tints of Charm #D07283
RGB
CMYK
RGB Variations
Color information
#D07283 (or 0xD07283) is known color: Charm. HEX triplet: D0, 72 and 83. RGB value is (208,114,131). Sum of RGB (Red+Green+Blue) = 208+114+131=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07283 is #2F8D7C. Grayscale: #909090. Windows color (decimal): -3116413 or 8614608. OLE color: 8614608.
HSL color Cylindrical-coordinate representation of color #D07283: hue angle of 349.15º 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 #D07283 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 131 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.18 |
| HSL | 349.15º | 0.5% | 0.63% | - |
| HSV(B) | 349.15º | 0.45% | 0.82% | - |
| XYZ | 36.13 | 27.08 | 24.8 | - |
| YUV | 144.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 131 | 0 | 0.45 | 0.37 | 0.18 | 349.15 | 0.5 | 0.63 |
| Hex | D0 | 72 | 83 | 0 | 2D | 25 | 12 | 15D | 32 | 3F |
| Octal | 320 | 162 | 203 | 0 | 55 | 45 | 22 | 535 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10000011 | 0 | 101101 | 100101 | 10010 | 101011101 | 110010 | 111111 |
Color Harmonies of #D07283
Complementary color
Monochromatic Colors of #D07283
Black with #D07283
Text Example
Text Example
White with #D07283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07283; }
p { color: rgb(208,114,131); }
H1.HeaderClassName
{
color: #D07283;
}
.AnyTagClassName
{
color: #D07283;
}
</style>
background-color css
<style>
a { background-color: #D07283; }
a { background-color: rgb(208,114,131); }
div.DivClassName
{
background-color: #D07283;
}
.BgClassName
{
background-color: #D07283;
}
</style>
border-color css
<style>
span { border-color: #D07283; }
span { border-color: rgb(208,114,131); }
td.TdClassName
{
border-color: #D07283;
}
.TagClassName
{
border-color: #D07283;
}
</style>