Shades of Carissma #D68588
Tints of Carissma #D68588
RGB
CMYK
RGB Variations
Color information
#D68588 (or 0xD68588) is known color: Carissma. HEX triplet: D6, 85 and 88. RGB value is (214,133,136). Sum of RGB (Red+Green+Blue) = 214+133+136=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68588 is #297A77. Grayscale: #9D9D9D. Windows color (decimal): -2718328 or 8947158. OLE color: 8947158.
HSL color Cylindrical-coordinate representation of color #D68588: hue angle of 357.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68588 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 136 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.16 |
| HSL | 357.78º | 0.5% | 0.68% | - |
| HSV(B) | 357.78º | 0.38% | 0.84% | - |
| XYZ | 40.56 | 32.85 | 27.5 | - |
| YUV | 157.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 136 | 0 | 0.38 | 0.36 | 0.16 | 357.78 | 0.5 | 0.68 |
| Hex | D6 | 85 | 88 | 0 | 26 | 24 | 10 | 166 | 32 | 44 |
| Octal | 326 | 205 | 210 | 0 | 46 | 44 | 20 | 546 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10001000 | 0 | 100110 | 100100 | 10000 | 101100110 | 110010 | 1000100 |
Color Harmonies of #D68588
Complementary color
Monochromatic Colors of #D68588
Black with #D68588
Text Example
Text Example
White with #D68588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68588; }
p { color: rgb(214,133,136); }
H1.HeaderClassName
{
color: #D68588;
}
.AnyTagClassName
{
color: #D68588;
}
</style>
background-color css
<style>
a { background-color: #D68588; }
a { background-color: rgb(214,133,136); }
div.DivClassName
{
background-color: #D68588;
}
.BgClassName
{
background-color: #D68588;
}
</style>
border-color css
<style>
span { border-color: #D68588; }
span { border-color: rgb(214,133,136); }
td.TdClassName
{
border-color: #D68588;
}
.TagClassName
{
border-color: #D68588;
}
</style>