Shades of Charm #D0657E
Tints of Charm #D0657E
RGB
CMYK
RGB Variations
Color information
#D0657E (or 0xD0657E) is known color: Charm. HEX triplet: D0, 65 and 7E. RGB value is (208,101,126). Sum of RGB (Red+Green+Blue) = 208+101+126=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0657E is #2F9A81. Grayscale: #878787. Windows color (decimal): -3119746 or 8283600. OLE color: 8283600.
HSL color Cylindrical-coordinate representation of color #D0657E: hue angle of 345.98º 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 #D0657E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 126 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.18 |
| HSL | 345.98º | 0.53% | 0.61% | - |
| HSV(B) | 345.98º | 0.51% | 0.82% | - |
| XYZ | 34.43 | 24.22 | 22.6 | - |
| YUV | 135.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 126 | 0 | 0.51 | 0.39 | 0.18 | 345.98 | 0.53 | 0.61 |
| Hex | D0 | 65 | 7E | 0 | 33 | 27 | 12 | 15A | 35 | 3D |
| Octal | 320 | 145 | 176 | 0 | 63 | 47 | 22 | 532 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1111110 | 0 | 110011 | 100111 | 10010 | 101011010 | 110101 | 111101 |
Color Harmonies of #D0657E
Complementary color
Monochromatic Colors of #D0657E
Black with #D0657E
Text Example
Text Example
White with #D0657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0657E; }
p { color: rgb(208,101,126); }
H1.HeaderClassName
{
color: #D0657E;
}
.AnyTagClassName
{
color: #D0657E;
}
</style>
background-color css
<style>
a { background-color: #D0657E; }
a { background-color: rgb(208,101,126); }
div.DivClassName
{
background-color: #D0657E;
}
.BgClassName
{
background-color: #D0657E;
}
</style>
border-color css
<style>
span { border-color: #D0657E; }
span { border-color: rgb(208,101,126); }
td.TdClassName
{
border-color: #D0657E;
}
.TagClassName
{
border-color: #D0657E;
}
</style>