Shades of Charm #D07C90
Tints of Charm #D07C90
RGB
CMYK
RGB Variations
Color information
#D07C90 (or 0xD07C90) is known color: Charm. HEX triplet: D0, 7C and 90. RGB value is (208,124,144). Sum of RGB (Red+Green+Blue) = 208+124+144=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C90 is #2F836F. Grayscale: #979797. Windows color (decimal): -3113840 or 9469136. OLE color: 9469136.
HSL color Cylindrical-coordinate representation of color #D07C90: hue angle of 345.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07C90 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 144 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.18 |
| HSL | 345.71º | 0.47% | 0.65% | - |
| HSV(B) | 345.71º | 0.4% | 0.82% | - |
| XYZ | 38.25 | 29.84 | 30.13 | - |
| YUV | 151.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 144 | 0 | 0.40 | 0.31 | 0.18 | 345.71 | 0.47 | 0.65 |
| Hex | D0 | 7C | 90 | 0 | 28 | 1F | 12 | 15A | 2F | 41 |
| Octal | 320 | 174 | 220 | 0 | 50 | 37 | 22 | 532 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10010000 | 0 | 101000 | 11111 | 10010 | 101011010 | 101111 | 1000001 |
Color Harmonies of #D07C90
Complementary color
Monochromatic Colors of #D07C90
Black with #D07C90
Text Example
Text Example
White with #D07C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C90; }
p { color: rgb(208,124,144); }
H1.HeaderClassName
{
color: #D07C90;
}
.AnyTagClassName
{
color: #D07C90;
}
</style>
background-color css
<style>
a { background-color: #D07C90; }
a { background-color: rgb(208,124,144); }
div.DivClassName
{
background-color: #D07C90;
}
.BgClassName
{
background-color: #D07C90;
}
</style>
border-color css
<style>
span { border-color: #D07C90; }
span { border-color: rgb(208,124,144); }
td.TdClassName
{
border-color: #D07C90;
}
.TagClassName
{
border-color: #D07C90;
}
</style>