Shades of Charm #D0677F
Tints of Charm #D0677F
RGB
CMYK
RGB Variations
Color information
#D0677F (or 0xD0677F) is known color: Charm. HEX triplet: D0, 67 and 7F. RGB value is (208,103,127). Sum of RGB (Red+Green+Blue) = 208+103+127=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0677F is #2F9880. Grayscale: #898989. Windows color (decimal): -3119233 or 8349648. OLE color: 8349648.
HSL color Cylindrical-coordinate representation of color #D0677F: hue angle of 346.29º 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 #D0677F is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 127 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.18 |
| HSL | 346.29º | 0.53% | 0.61% | - |
| HSV(B) | 346.29º | 0.5% | 0.82% | - |
| XYZ | 34.69 | 24.64 | 23.01 | - |
| YUV | 137.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 127 | 0 | 0.50 | 0.39 | 0.18 | 346.29 | 0.53 | 0.61 |
| Hex | D0 | 67 | 7F | 0 | 32 | 27 | 12 | 15A | 35 | 3D |
| Octal | 320 | 147 | 177 | 0 | 62 | 47 | 22 | 532 | 65 | 75 |
| Binary | 11010000 | 1100111 | 1111111 | 0 | 110010 | 100111 | 10010 | 101011010 | 110101 | 111101 |
Color Harmonies of #D0677F
Complementary color
Monochromatic Colors of #D0677F
Black with #D0677F
Text Example
Text Example
White with #D0677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0677F; }
p { color: rgb(208,103,127); }
H1.HeaderClassName
{
color: #D0677F;
}
.AnyTagClassName
{
color: #D0677F;
}
</style>
background-color css
<style>
a { background-color: #D0677F; }
a { background-color: rgb(208,103,127); }
div.DivClassName
{
background-color: #D0677F;
}
.BgClassName
{
background-color: #D0677F;
}
</style>
border-color css
<style>
span { border-color: #D0677F; }
span { border-color: rgb(208,103,127); }
td.TdClassName
{
border-color: #D0677F;
}
.TagClassName
{
border-color: #D0677F;
}
</style>