Shades of Charm #D06485
Tints of Charm #D06485
RGB
CMYK
RGB Variations
Color information
#D06485 (or 0xD06485) is known color: Charm. HEX triplet: D0, 64 and 85. RGB value is (208,100,133). Sum of RGB (Red+Green+Blue) = 208+100+133=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D06485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06485 is #2F9B7A. Grayscale: #888888. Windows color (decimal): -3119995 or 8742096. OLE color: 8742096.
HSL color Cylindrical-coordinate representation of color #D06485: hue angle of 341.67º 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 #D06485 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 133 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.18 |
| HSL | 341.67º | 0.53% | 0.6% | - |
| HSV(B) | 341.67º | 0.52% | 0.82% | - |
| XYZ | 34.8 | 24.22 | 25.03 | - |
| YUV | 136.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 133 | 0 | 0.52 | 0.36 | 0.18 | 341.67 | 0.53 | 0.6 |
| Hex | D0 | 64 | 85 | 0 | 34 | 24 | 12 | 156 | 35 | 3C |
| Octal | 320 | 144 | 205 | 0 | 64 | 44 | 22 | 526 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10000101 | 0 | 110100 | 100100 | 10010 | 101010110 | 110101 | 111100 |
Color Harmonies of #D06485
Complementary color
Monochromatic Colors of #D06485
Black with #D06485
Text Example
Text Example
White with #D06485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06485; }
p { color: rgb(208,100,133); }
H1.HeaderClassName
{
color: #D06485;
}
.AnyTagClassName
{
color: #D06485;
}
</style>
background-color css
<style>
a { background-color: #D06485; }
a { background-color: rgb(208,100,133); }
div.DivClassName
{
background-color: #D06485;
}
.BgClassName
{
background-color: #D06485;
}
</style>
border-color css
<style>
span { border-color: #D06485; }
span { border-color: rgb(208,100,133); }
td.TdClassName
{
border-color: #D06485;
}
.TagClassName
{
border-color: #D06485;
}
</style>