Shades of Charm #D0667A
Tints of Charm #D0667A
RGB
CMYK
RGB Variations
Color information
#D0667A (or 0xD0667A) is known color: Charm. HEX triplet: D0, 66 and 7A. RGB value is (208,102,122). Sum of RGB (Red+Green+Blue) = 208+102+122=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0667A is #2F9985. Grayscale: #888888. Windows color (decimal): -3119494 or 8021712. OLE color: 8021712.
HSL color Cylindrical-coordinate representation of color #D0667A: hue angle of 348.68º 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 #D0667A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 122 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.18 |
| HSL | 348.68º | 0.53% | 0.61% | - |
| HSV(B) | 348.68º | 0.51% | 0.82% | - |
| XYZ | 34.28 | 24.32 | 21.3 | - |
| YUV | 135.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 122 | 0 | 0.51 | 0.41 | 0.18 | 348.68 | 0.53 | 0.61 |
| Hex | D0 | 66 | 7A | 0 | 33 | 29 | 12 | 15D | 35 | 3D |
| Octal | 320 | 146 | 172 | 0 | 63 | 51 | 22 | 535 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1111010 | 0 | 110011 | 101001 | 10010 | 101011101 | 110101 | 111101 |
Color Harmonies of #D0667A
Complementary color
Monochromatic Colors of #D0667A
Black with #D0667A
Text Example
Text Example
White with #D0667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0667A; }
p { color: rgb(208,102,122); }
H1.HeaderClassName
{
color: #D0667A;
}
.AnyTagClassName
{
color: #D0667A;
}
</style>
background-color css
<style>
a { background-color: #D0667A; }
a { background-color: rgb(208,102,122); }
div.DivClassName
{
background-color: #D0667A;
}
.BgClassName
{
background-color: #D0667A;
}
</style>
border-color css
<style>
span { border-color: #D0667A; }
span { border-color: rgb(208,102,122); }
td.TdClassName
{
border-color: #D0667A;
}
.TagClassName
{
border-color: #D0667A;
}
</style>