Shades of Charm #D06484
Tints of Charm #D06484
RGB
CMYK
RGB Variations
Color information
#D06484 (or 0xD06484) is known color: Charm. HEX triplet: D0, 64 and 84. RGB value is (208,100,132). Sum of RGB (Red+Green+Blue) = 208+100+132=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06484 is #2F9B7B. Grayscale: #878787. Windows color (decimal): -3119996 or 8676560. OLE color: 8676560.
HSL color Cylindrical-coordinate representation of color #D06484: hue angle of 342.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06484 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 132 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.18 |
| HSL | 342.22º | 0.53% | 0.6% | - |
| HSV(B) | 342.22º | 0.52% | 0.82% | - |
| XYZ | 34.73 | 24.19 | 24.67 | - |
| YUV | 135.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 132 | 0 | 0.52 | 0.37 | 0.18 | 342.22 | 0.53 | 0.6 |
| Hex | D0 | 64 | 84 | 0 | 34 | 25 | 12 | 156 | 35 | 3C |
| Octal | 320 | 144 | 204 | 0 | 64 | 45 | 22 | 526 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10000100 | 0 | 110100 | 100101 | 10010 | 101010110 | 110101 | 111100 |
Color Harmonies of #D06484
Complementary color
Monochromatic Colors of #D06484
Black with #D06484
Text Example
Text Example
White with #D06484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06484; }
p { color: rgb(208,100,132); }
H1.HeaderClassName
{
color: #D06484;
}
.AnyTagClassName
{
color: #D06484;
}
</style>
background-color css
<style>
a { background-color: #D06484; }
a { background-color: rgb(208,100,132); }
div.DivClassName
{
background-color: #D06484;
}
.BgClassName
{
background-color: #D06484;
}
</style>
border-color css
<style>
span { border-color: #D06484; }
span { border-color: rgb(208,100,132); }
td.TdClassName
{
border-color: #D06484;
}
.TagClassName
{
border-color: #D06484;
}
</style>