Shades of Charm #D0657A
Tints of Charm #D0657A
RGB
CMYK
RGB Variations
Color information
#D0657A (or 0xD0657A) is known color: Charm. HEX triplet: D0, 65 and 7A. RGB value is (208,101,122). Sum of RGB (Red+Green+Blue) = 208+101+122=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0657A is #2F9A85. Grayscale: #878787. Windows color (decimal): -3119750 or 8021456. OLE color: 8021456.
HSL color Cylindrical-coordinate representation of color #D0657A: hue angle of 348.22º 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 #D0657A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 122 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.18 |
| HSL | 348.22º | 0.53% | 0.61% | - |
| HSV(B) | 348.22º | 0.51% | 0.82% | - |
| XYZ | 34.18 | 24.12 | 21.27 | - |
| YUV | 135.39 | 120.45 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 122 | 0 | 0.51 | 0.41 | 0.18 | 348.22 | 0.53 | 0.61 |
| Hex | D0 | 65 | 7A | 0 | 33 | 29 | 12 | 15C | 35 | 3D |
| Octal | 320 | 145 | 172 | 0 | 63 | 51 | 22 | 534 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1111010 | 0 | 110011 | 101001 | 10010 | 101011100 | 110101 | 111101 |
Color Harmonies of #D0657A
Complementary color
Monochromatic Colors of #D0657A
Black with #D0657A
Text Example
Text Example
White with #D0657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0657A; }
p { color: rgb(208,101,122); }
H1.HeaderClassName
{
color: #D0657A;
}
.AnyTagClassName
{
color: #D0657A;
}
</style>
background-color css
<style>
a { background-color: #D0657A; }
a { background-color: rgb(208,101,122); }
div.DivClassName
{
background-color: #D0657A;
}
.BgClassName
{
background-color: #D0657A;
}
</style>
border-color css
<style>
span { border-color: #D0657A; }
span { border-color: rgb(208,101,122); }
td.TdClassName
{
border-color: #D0657A;
}
.TagClassName
{
border-color: #D0657A;
}
</style>