Shades of Carissma #D9888F
Tints of Carissma #D9888F
RGB
CMYK
RGB Variations
Color information
#D9888F (or 0xD9888F) is known color: Carissma. HEX triplet: D9, 88 and 8F. RGB value is (217,136,143). Sum of RGB (Red+Green+Blue) = 217+136+143=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9888F is #267770. Grayscale: #A1A1A1. Windows color (decimal): -2520945 or 9406681. OLE color: 9406681.
HSL color Cylindrical-coordinate representation of color #D9888F: hue angle of 354.81º 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 #D9888F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 143 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.15 |
| HSL | 354.81º | 0.52% | 0.69% | - |
| HSV(B) | 354.81º | 0.37% | 0.85% | - |
| XYZ | 42.38 | 34.34 | 30.38 | - |
| YUV | 161.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 143 | 0 | 0.37 | 0.34 | 0.15 | 354.81 | 0.52 | 0.69 |
| Hex | D9 | 88 | 8F | 0 | 25 | 22 | F | 163 | 34 | 45 |
| Octal | 331 | 210 | 217 | 0 | 45 | 42 | 17 | 543 | 64 | 105 |
| Binary | 11011001 | 10001000 | 10001111 | 0 | 100101 | 100010 | 1111 | 101100011 | 110100 | 1000101 |
Color Harmonies of #D9888F
Complementary color
Monochromatic Colors of #D9888F
Black with #D9888F
Text Example
Text Example
White with #D9888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9888F; }
p { color: rgb(217,136,143); }
H1.HeaderClassName
{
color: #D9888F;
}
.AnyTagClassName
{
color: #D9888F;
}
</style>
background-color css
<style>
a { background-color: #D9888F; }
a { background-color: rgb(217,136,143); }
div.DivClassName
{
background-color: #D9888F;
}
.BgClassName
{
background-color: #D9888F;
}
</style>
border-color css
<style>
span { border-color: #D9888F; }
span { border-color: rgb(217,136,143); }
td.TdClassName
{
border-color: #D9888F;
}
.TagClassName
{
border-color: #D9888F;
}
</style>