Shades of Charm #D06788
Tints of Charm #D06788
RGB
CMYK
RGB Variations
Color information
#D06788 (or 0xD06788) is known color: Charm. HEX triplet: D0, 67 and 88. RGB value is (208,103,136). Sum of RGB (Red+Green+Blue) = 208+103+136=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D06788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06788 is #2F9877. Grayscale: #8A8A8A. Windows color (decimal): -3119224 or 8939472. OLE color: 8939472.
HSL color Cylindrical-coordinate representation of color #D06788: hue angle of 341.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06788 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 136 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.18 |
| HSL | 341.14º | 0.53% | 0.61% | - |
| HSV(B) | 341.14º | 0.5% | 0.82% | - |
| XYZ | 35.31 | 24.89 | 26.24 | - |
| YUV | 138.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 136 | 0 | 0.50 | 0.35 | 0.18 | 341.14 | 0.53 | 0.61 |
| Hex | D0 | 67 | 88 | 0 | 32 | 23 | 12 | 155 | 35 | 3D |
| Octal | 320 | 147 | 210 | 0 | 62 | 43 | 22 | 525 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10001000 | 0 | 110010 | 100011 | 10010 | 101010101 | 110101 | 111101 |
Color Harmonies of #D06788
Complementary color
Monochromatic Colors of #D06788
Black with #D06788
Text Example
Text Example
White with #D06788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06788; }
p { color: rgb(208,103,136); }
H1.HeaderClassName
{
color: #D06788;
}
.AnyTagClassName
{
color: #D06788;
}
</style>
background-color css
<style>
a { background-color: #D06788; }
a { background-color: rgb(208,103,136); }
div.DivClassName
{
background-color: #D06788;
}
.BgClassName
{
background-color: #D06788;
}
</style>
border-color css
<style>
span { border-color: #D06788; }
span { border-color: rgb(208,103,136); }
td.TdClassName
{
border-color: #D06788;
}
.TagClassName
{
border-color: #D06788;
}
</style>