Shades of Carissma #D97F8C
Tints of Carissma #D97F8C
RGB
CMYK
RGB Variations
Color information
#D97F8C (or 0xD97F8C) is known color: Carissma. HEX triplet: D9, 7F and 8C. RGB value is (217,127,140). Sum of RGB (Red+Green+Blue) = 217+127+140=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F8C is #268073. Grayscale: #9B9B9B. Windows color (decimal): -2523252 or 9207769. OLE color: 9207769.
HSL color Cylindrical-coordinate representation of color #D97F8C: hue angle of 351.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97F8C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 140 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.15 |
| HSL | 351.33º | 0.54% | 0.67% | - |
| HSV(B) | 351.33º | 0.41% | 0.85% | - |
| XYZ | 40.94 | 31.82 | 28.8 | - |
| YUV | 155.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 140 | 0 | 0.41 | 0.35 | 0.15 | 351.33 | 0.54 | 0.67 |
| Hex | D9 | 7F | 8C | 0 | 29 | 23 | F | 15F | 36 | 43 |
| Octal | 331 | 177 | 214 | 0 | 51 | 43 | 17 | 537 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10001100 | 0 | 101001 | 100011 | 1111 | 101011111 | 110110 | 1000011 |
Color Harmonies of #D97F8C
Complementary color
Monochromatic Colors of #D97F8C
Black with #D97F8C
Text Example
Text Example
White with #D97F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F8C; }
p { color: rgb(217,127,140); }
H1.HeaderClassName
{
color: #D97F8C;
}
.AnyTagClassName
{
color: #D97F8C;
}
</style>
background-color css
<style>
a { background-color: #D97F8C; }
a { background-color: rgb(217,127,140); }
div.DivClassName
{
background-color: #D97F8C;
}
.BgClassName
{
background-color: #D97F8C;
}
</style>
border-color css
<style>
span { border-color: #D97F8C; }
span { border-color: rgb(217,127,140); }
td.TdClassName
{
border-color: #D97F8C;
}
.TagClassName
{
border-color: #D97F8C;
}
</style>