Shades of Charm #D06481
Tints of Charm #D06481
RGB
CMYK
RGB Variations
Color information
#D06481 (or 0xD06481) is known color: Charm. HEX triplet: D0, 64 and 81. RGB value is (208,100,129). Sum of RGB (Red+Green+Blue) = 208+100+129=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D06481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06481 is #2F9B7E. Grayscale: #878787. Windows color (decimal): -3119999 or 8479952. OLE color: 8479952.
HSL color Cylindrical-coordinate representation of color #D06481: hue angle of 343.89º 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 #D06481 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 129 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.18 |
| HSL | 343.89º | 0.53% | 0.6% | - |
| HSV(B) | 343.89º | 0.52% | 0.82% | - |
| XYZ | 34.53 | 24.11 | 23.6 | - |
| YUV | 135.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 129 | 0 | 0.52 | 0.38 | 0.18 | 343.89 | 0.53 | 0.6 |
| Hex | D0 | 64 | 81 | 0 | 34 | 26 | 12 | 158 | 35 | 3C |
| Octal | 320 | 144 | 201 | 0 | 64 | 46 | 22 | 530 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10000001 | 0 | 110100 | 100110 | 10010 | 101011000 | 110101 | 111100 |
Color Harmonies of #D06481
Complementary color
Monochromatic Colors of #D06481
Black with #D06481
Text Example
Text Example
White with #D06481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06481; }
p { color: rgb(208,100,129); }
H1.HeaderClassName
{
color: #D06481;
}
.AnyTagClassName
{
color: #D06481;
}
</style>
background-color css
<style>
a { background-color: #D06481; }
a { background-color: rgb(208,100,129); }
div.DivClassName
{
background-color: #D06481;
}
.BgClassName
{
background-color: #D06481;
}
</style>
border-color css
<style>
span { border-color: #D06481; }
span { border-color: rgb(208,100,129); }
td.TdClassName
{
border-color: #D06481;
}
.TagClassName
{
border-color: #D06481;
}
</style>