Shades of Carissma #D9868F
Tints of Carissma #D9868F
RGB
CMYK
RGB Variations
Color information
#D9868F (or 0xD9868F) is known color: Carissma. HEX triplet: D9, 86 and 8F. RGB value is (217,134,143). Sum of RGB (Red+Green+Blue) = 217+134+143=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868F is #267970. Grayscale: #9F9F9F. Windows color (decimal): -2521457 or 9406169. OLE color: 9406169.
HSL color Cylindrical-coordinate representation of color #D9868F: hue angle of 353.49º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9868F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 143 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.15 |
| HSL | 353.49º | 0.52% | 0.69% | - |
| HSV(B) | 353.49º | 0.38% | 0.85% | - |
| XYZ | 42.1 | 33.79 | 30.29 | - |
| YUV | 159.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 143 | 0 | 0.38 | 0.34 | 0.15 | 353.49 | 0.52 | 0.69 |
| Hex | D9 | 86 | 8F | 0 | 26 | 22 | F | 161 | 34 | 45 |
| Octal | 331 | 206 | 217 | 0 | 46 | 42 | 17 | 541 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10001111 | 0 | 100110 | 100010 | 1111 | 101100001 | 110100 | 1000101 |
Color Harmonies of #D9868F
Complementary color
Monochromatic Colors of #D9868F
Black with #D9868F
Text Example
Text Example
White with #D9868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9868F; }
p { color: rgb(217,134,143); }
H1.HeaderClassName
{
color: #D9868F;
}
.AnyTagClassName
{
color: #D9868F;
}
</style>
background-color css
<style>
a { background-color: #D9868F; }
a { background-color: rgb(217,134,143); }
div.DivClassName
{
background-color: #D9868F;
}
.BgClassName
{
background-color: #D9868F;
}
</style>
border-color css
<style>
span { border-color: #D9868F; }
span { border-color: rgb(217,134,143); }
td.TdClassName
{
border-color: #D9868F;
}
.TagClassName
{
border-color: #D9868F;
}
</style>