Shades of Charm #D67588
Tints of Charm #D67588
RGB
CMYK
RGB Variations
Color information
#D67588 (or 0xD67588) is known color: Charm. HEX triplet: D6, 75 and 88. RGB value is (214,117,136). Sum of RGB (Red+Green+Blue) = 214+117+136=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D67588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67588 is #298A77. Grayscale: #949494. Windows color (decimal): -2722424 or 8943062. OLE color: 8943062.
HSL color Cylindrical-coordinate representation of color #D67588: hue angle of 348.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67588 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 136 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.16 |
| HSL | 348.25º | 0.54% | 0.65% | - |
| HSV(B) | 348.25º | 0.45% | 0.84% | - |
| XYZ | 38.54 | 28.8 | 26.82 | - |
| YUV | 148.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 136 | 0 | 0.45 | 0.36 | 0.16 | 348.25 | 0.54 | 0.65 |
| Hex | D6 | 75 | 88 | 0 | 2D | 24 | 10 | 15C | 36 | 41 |
| Octal | 326 | 165 | 210 | 0 | 55 | 44 | 20 | 534 | 66 | 101 |
| Binary | 11010110 | 1110101 | 10001000 | 0 | 101101 | 100100 | 10000 | 101011100 | 110110 | 1000001 |
Color Harmonies of #D67588
Complementary color
Monochromatic Colors of #D67588
Black with #D67588
Text Example
Text Example
White with #D67588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67588; }
p { color: rgb(214,117,136); }
H1.HeaderClassName
{
color: #D67588;
}
.AnyTagClassName
{
color: #D67588;
}
</style>
background-color css
<style>
a { background-color: #D67588; }
a { background-color: rgb(214,117,136); }
div.DivClassName
{
background-color: #D67588;
}
.BgClassName
{
background-color: #D67588;
}
</style>
border-color css
<style>
span { border-color: #D67588; }
span { border-color: rgb(214,117,136); }
td.TdClassName
{
border-color: #D67588;
}
.TagClassName
{
border-color: #D67588;
}
</style>