Shades of Carissma #D98889
Tints of Carissma #D98889
RGB
CMYK
RGB Variations
Color information
#D98889 (or 0xD98889) is known color: Carissma. HEX triplet: D9, 88 and 89. RGB value is (217,136,137). Sum of RGB (Red+Green+Blue) = 217+136+137=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D98889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98889 is #267776. Grayscale: #A0A0A0. Windows color (decimal): -2520951 or 9013465. OLE color: 9013465.
HSL color Cylindrical-coordinate representation of color #D98889: hue angle of 359.26º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98889 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 137 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.15 |
| HSL | 359.26º | 0.52% | 0.69% | - |
| HSV(B) | 359.26º | 0.37% | 0.85% | - |
| XYZ | 41.93 | 34.17 | 28.05 | - |
| YUV | 160.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 137 | 0 | 0.37 | 0.37 | 0.15 | 359.26 | 0.52 | 0.69 |
| Hex | D9 | 88 | 89 | 0 | 25 | 25 | F | 167 | 34 | 45 |
| Octal | 331 | 210 | 211 | 0 | 45 | 45 | 17 | 547 | 64 | 105 |
| Binary | 11011001 | 10001000 | 10001001 | 0 | 100101 | 100101 | 1111 | 101100111 | 110100 | 1000101 |
Color Harmonies of #D98889
Complementary color
Monochromatic Colors of #D98889
Black with #D98889
Text Example
Text Example
White with #D98889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98889; }
p { color: rgb(217,136,137); }
H1.HeaderClassName
{
color: #D98889;
}
.AnyTagClassName
{
color: #D98889;
}
</style>
background-color css
<style>
a { background-color: #D98889; }
a { background-color: rgb(217,136,137); }
div.DivClassName
{
background-color: #D98889;
}
.BgClassName
{
background-color: #D98889;
}
</style>
border-color css
<style>
span { border-color: #D98889; }
span { border-color: rgb(217,136,137); }
td.TdClassName
{
border-color: #D98889;
}
.TagClassName
{
border-color: #D98889;
}
</style>