Shades of Charm #D0667C
Tints of Charm #D0667C
RGB
CMYK
RGB Variations
Color information
#D0667C (or 0xD0667C) is known color: Charm. HEX triplet: D0, 66 and 7C. RGB value is (208,102,124). Sum of RGB (Red+Green+Blue) = 208+102+124=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0667C is #2F9983. Grayscale: #888888. Windows color (decimal): -3119492 or 8152784. OLE color: 8152784.
HSL color Cylindrical-coordinate representation of color #D0667C: hue angle of 347.55º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0667C is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 124 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.18 |
| HSL | 347.55º | 0.53% | 0.61% | - |
| HSV(B) | 347.55º | 0.51% | 0.82% | - |
| XYZ | 34.4 | 24.37 | 21.96 | - |
| YUV | 136.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 124 | 0 | 0.51 | 0.40 | 0.18 | 347.55 | 0.53 | 0.61 |
| Hex | D0 | 66 | 7C | 0 | 33 | 28 | 12 | 15C | 35 | 3D |
| Octal | 320 | 146 | 174 | 0 | 63 | 50 | 22 | 534 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1111100 | 0 | 110011 | 101000 | 10010 | 101011100 | 110101 | 111101 |
Color Harmonies of #D0667C
Complementary color
Monochromatic Colors of #D0667C
Black with #D0667C
Text Example
Text Example
White with #D0667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0667C; }
p { color: rgb(208,102,124); }
H1.HeaderClassName
{
color: #D0667C;
}
.AnyTagClassName
{
color: #D0667C;
}
</style>
background-color css
<style>
a { background-color: #D0667C; }
a { background-color: rgb(208,102,124); }
div.DivClassName
{
background-color: #D0667C;
}
.BgClassName
{
background-color: #D0667C;
}
</style>
border-color css
<style>
span { border-color: #D0667C; }
span { border-color: rgb(208,102,124); }
td.TdClassName
{
border-color: #D0667C;
}
.TagClassName
{
border-color: #D0667C;
}
</style>