Shades of Carissma #D97F90
Tints of Carissma #D97F90
RGB
CMYK
RGB Variations
Color information
#D97F90 (or 0xD97F90) is known color: Carissma. HEX triplet: D9, 7F and 90. RGB value is (217,127,144). Sum of RGB (Red+Green+Blue) = 217+127+144=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F90 is #26806F. Grayscale: #9B9B9B. Windows color (decimal): -2523248 or 9469913. OLE color: 9469913.
HSL color Cylindrical-coordinate representation of color #D97F90: hue angle of 348.67º 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 #D97F90 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 144 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.15 |
| HSL | 348.67º | 0.54% | 0.67% | - |
| HSV(B) | 348.67º | 0.41% | 0.85% | - |
| XYZ | 41.24 | 31.94 | 30.38 | - |
| YUV | 155.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 144 | 0 | 0.41 | 0.34 | 0.15 | 348.67 | 0.54 | 0.67 |
| Hex | D9 | 7F | 90 | 0 | 29 | 22 | F | 15D | 36 | 43 |
| Octal | 331 | 177 | 220 | 0 | 51 | 42 | 17 | 535 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10010000 | 0 | 101001 | 100010 | 1111 | 101011101 | 110110 | 1000011 |
Color Harmonies of #D97F90
Complementary color
Monochromatic Colors of #D97F90
Black with #D97F90
Text Example
Text Example
White with #D97F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F90; }
p { color: rgb(217,127,144); }
H1.HeaderClassName
{
color: #D97F90;
}
.AnyTagClassName
{
color: #D97F90;
}
</style>
background-color css
<style>
a { background-color: #D97F90; }
a { background-color: rgb(217,127,144); }
div.DivClassName
{
background-color: #D97F90;
}
.BgClassName
{
background-color: #D97F90;
}
</style>
border-color css
<style>
span { border-color: #D97F90; }
span { border-color: rgb(217,127,144); }
td.TdClassName
{
border-color: #D97F90;
}
.TagClassName
{
border-color: #D97F90;
}
</style>