Shades of Carissma #D87F92
Tints of Carissma #D87F92
RGB
CMYK
RGB Variations
Color information
#D87F92 (or 0xD87F92) is known color: Carissma. HEX triplet: D8, 7F and 92. RGB value is (216,127,146). Sum of RGB (Red+Green+Blue) = 216+127+146=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F92 is #27806D. Grayscale: #9B9B9B. Windows color (decimal): -2588782 or 9600984. OLE color: 9600984.
HSL color Cylindrical-coordinate representation of color #D87F92: hue angle of 347.19º degrees, saturation: 0.53, 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 #D87F92 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 146 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.15 |
| HSL | 347.19º | 0.53% | 0.67% | - |
| HSV(B) | 347.19º | 0.41% | 0.85% | - |
| XYZ | 41.1 | 31.85 | 31.18 | - |
| YUV | 155.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 146 | 0 | 0.41 | 0.32 | 0.15 | 347.19 | 0.53 | 0.67 |
| Hex | D8 | 7F | 92 | 0 | 29 | 20 | F | 15B | 35 | 43 |
| Octal | 330 | 177 | 222 | 0 | 51 | 40 | 17 | 533 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10010010 | 0 | 101001 | 100000 | 1111 | 101011011 | 110101 | 1000011 |
Color Harmonies of #D87F92
Complementary color
Monochromatic Colors of #D87F92
Black with #D87F92
Text Example
Text Example
White with #D87F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F92; }
p { color: rgb(216,127,146); }
H1.HeaderClassName
{
color: #D87F92;
}
.AnyTagClassName
{
color: #D87F92;
}
</style>
background-color css
<style>
a { background-color: #D87F92; }
a { background-color: rgb(216,127,146); }
div.DivClassName
{
background-color: #D87F92;
}
.BgClassName
{
background-color: #D87F92;
}
</style>
border-color css
<style>
span { border-color: #D87F92; }
span { border-color: rgb(216,127,146); }
td.TdClassName
{
border-color: #D87F92;
}
.TagClassName
{
border-color: #D87F92;
}
</style>