Shades of Charm #D0667B
Tints of Charm #D0667B
RGB
CMYK
RGB Variations
Color information
#D0667B (or 0xD0667B) is known color: Charm. HEX triplet: D0, 66 and 7B. RGB value is (208,102,123). Sum of RGB (Red+Green+Blue) = 208+102+123=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0667B is #2F9984. Grayscale: #888888. Windows color (decimal): -3119493 or 8087248. OLE color: 8087248.
HSL color Cylindrical-coordinate representation of color #D0667B: hue angle of 348.11º 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 #D0667B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 123 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.18 |
| HSL | 348.11º | 0.53% | 0.61% | - |
| HSV(B) | 348.11º | 0.51% | 0.82% | - |
| XYZ | 34.34 | 24.34 | 21.63 | - |
| YUV | 136.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 123 | 0 | 0.51 | 0.41 | 0.18 | 348.11 | 0.53 | 0.61 |
| Hex | D0 | 66 | 7B | 0 | 33 | 29 | 12 | 15C | 35 | 3D |
| Octal | 320 | 146 | 173 | 0 | 63 | 51 | 22 | 534 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1111011 | 0 | 110011 | 101001 | 10010 | 101011100 | 110101 | 111101 |
Color Harmonies of #D0667B
Complementary color
Monochromatic Colors of #D0667B
Black with #D0667B
Text Example
Text Example
White with #D0667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0667B; }
p { color: rgb(208,102,123); }
H1.HeaderClassName
{
color: #D0667B;
}
.AnyTagClassName
{
color: #D0667B;
}
</style>
background-color css
<style>
a { background-color: #D0667B; }
a { background-color: rgb(208,102,123); }
div.DivClassName
{
background-color: #D0667B;
}
.BgClassName
{
background-color: #D0667B;
}
</style>
border-color css
<style>
span { border-color: #D0667B; }
span { border-color: rgb(208,102,123); }
td.TdClassName
{
border-color: #D0667B;
}
.TagClassName
{
border-color: #D0667B;
}
</style>