Shades of Charm #D07184
Tints of Charm #D07184
RGB
CMYK
RGB Variations
Color information
#D07184 (or 0xD07184) is known color: Charm. HEX triplet: D0, 71 and 84. RGB value is (208,113,132). Sum of RGB (Red+Green+Blue) = 208+113+132=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07184 is #2F8E7B. Grayscale: #8F8F8F. Windows color (decimal): -3116668 or 8679888. OLE color: 8679888.
HSL color Cylindrical-coordinate representation of color #D07184: hue angle of 348º degrees, saturation: 0.5, 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 #D07184 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 132 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.18 |
| HSL | 348º | 0.5% | 0.63% | - |
| HSV(B) | 348º | 0.46% | 0.82% | - |
| XYZ | 36.08 | 26.89 | 25.12 | - |
| YUV | 143.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 132 | 0 | 0.46 | 0.37 | 0.18 | 348 | 0.5 | 0.63 |
| Hex | D0 | 71 | 84 | 0 | 2E | 25 | 12 | 15C | 32 | 3F |
| Octal | 320 | 161 | 204 | 0 | 56 | 45 | 22 | 534 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10000100 | 0 | 101110 | 100101 | 10010 | 101011100 | 110010 | 111111 |
Color Harmonies of #D07184
Complementary color
Monochromatic Colors of #D07184
Black with #D07184
Text Example
Text Example
White with #D07184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07184; }
p { color: rgb(208,113,132); }
H1.HeaderClassName
{
color: #D07184;
}
.AnyTagClassName
{
color: #D07184;
}
</style>
background-color css
<style>
a { background-color: #D07184; }
a { background-color: rgb(208,113,132); }
div.DivClassName
{
background-color: #D07184;
}
.BgClassName
{
background-color: #D07184;
}
</style>
border-color css
<style>
span { border-color: #D07184; }
span { border-color: rgb(208,113,132); }
td.TdClassName
{
border-color: #D07184;
}
.TagClassName
{
border-color: #D07184;
}
</style>