Shades of Charm #D06280
Tints of Charm #D06280
RGB
CMYK
RGB Variations
Color information
#D06280 (or 0xD06280) is known color: Charm. HEX triplet: D0, 62 and 80. RGB value is (208,98,128). Sum of RGB (Red+Green+Blue) = 208+98+128=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D06280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06280 is #2F9D7F. Grayscale: #868686. Windows color (decimal): -3120512 or 8413904. OLE color: 8413904.
HSL color Cylindrical-coordinate representation of color #D06280: hue angle of 343.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06280 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 128 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.18 |
| HSL | 343.64º | 0.54% | 0.6% | - |
| HSV(B) | 343.64º | 0.53% | 0.82% | - |
| XYZ | 34.28 | 23.7 | 23.19 | - |
| YUV | 134.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 128 | 0 | 0.53 | 0.38 | 0.18 | 343.64 | 0.54 | 0.6 |
| Hex | D0 | 62 | 80 | 0 | 35 | 26 | 12 | 158 | 36 | 3C |
| Octal | 320 | 142 | 200 | 0 | 65 | 46 | 22 | 530 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10000000 | 0 | 110101 | 100110 | 10010 | 101011000 | 110110 | 111100 |
Color Harmonies of #D06280
Complementary color
Monochromatic Colors of #D06280
Black with #D06280
Text Example
Text Example
White with #D06280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06280; }
p { color: rgb(208,98,128); }
H1.HeaderClassName
{
color: #D06280;
}
.AnyTagClassName
{
color: #D06280;
}
</style>
background-color css
<style>
a { background-color: #D06280; }
a { background-color: rgb(208,98,128); }
div.DivClassName
{
background-color: #D06280;
}
.BgClassName
{
background-color: #D06280;
}
</style>
border-color css
<style>
span { border-color: #D06280; }
span { border-color: rgb(208,98,128); }
td.TdClassName
{
border-color: #D06280;
}
.TagClassName
{
border-color: #D06280;
}
</style>