Shades of Carissma #D87F93
Tints of Carissma #D87F93
RGB
CMYK
RGB Variations
Color information
#D87F93 (or 0xD87F93) is known color: Carissma. HEX triplet: D8, 7F and 93. RGB value is (216,127,147). Sum of RGB (Red+Green+Blue) = 216+127+147=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F93 is #27806C. Grayscale: #9B9B9B. Windows color (decimal): -2588781 or 9666520. OLE color: 9666520.
HSL color Cylindrical-coordinate representation of color #D87F93: hue angle of 346.52º 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 #D87F93 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 147 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.15 |
| HSL | 346.52º | 0.53% | 0.67% | - |
| HSV(B) | 346.52º | 0.41% | 0.85% | - |
| XYZ | 41.17 | 31.88 | 31.59 | - |
| YUV | 155.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 147 | 0 | 0.41 | 0.32 | 0.15 | 346.52 | 0.53 | 0.67 |
| Hex | D8 | 7F | 93 | 0 | 29 | 20 | F | 15B | 35 | 43 |
| Octal | 330 | 177 | 223 | 0 | 51 | 40 | 17 | 533 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10010011 | 0 | 101001 | 100000 | 1111 | 101011011 | 110101 | 1000011 |
Color Harmonies of #D87F93
Complementary color
Monochromatic Colors of #D87F93
Black with #D87F93
Text Example
Text Example
White with #D87F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F93; }
p { color: rgb(216,127,147); }
H1.HeaderClassName
{
color: #D87F93;
}
.AnyTagClassName
{
color: #D87F93;
}
</style>
background-color css
<style>
a { background-color: #D87F93; }
a { background-color: rgb(216,127,147); }
div.DivClassName
{
background-color: #D87F93;
}
.BgClassName
{
background-color: #D87F93;
}
</style>
border-color css
<style>
span { border-color: #D87F93; }
span { border-color: rgb(216,127,147); }
td.TdClassName
{
border-color: #D87F93;
}
.TagClassName
{
border-color: #D87F93;
}
</style>