Shades of Carissma #D88191
Tints of Carissma #D88191
RGB
CMYK
RGB Variations
Color information
#D88191 (or 0xD88191) is known color: Carissma. HEX triplet: D8, 81 and 91. RGB value is (216,129,145). Sum of RGB (Red+Green+Blue) = 216+129+145=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D88191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88191 is #277E6E. Grayscale: #9C9C9C. Windows color (decimal): -2588271 or 9535960. OLE color: 9535960.
HSL color Cylindrical-coordinate representation of color #D88191: hue angle of 348.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88191 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 145 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.15 |
| HSL | 348.97º | 0.53% | 0.68% | - |
| HSV(B) | 348.97º | 0.4% | 0.85% | - |
| XYZ | 41.28 | 32.34 | 30.86 | - |
| YUV | 156.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 145 | 0 | 0.40 | 0.33 | 0.15 | 348.97 | 0.53 | 0.68 |
| Hex | D8 | 81 | 91 | 0 | 28 | 21 | F | 15D | 35 | 44 |
| Octal | 330 | 201 | 221 | 0 | 50 | 41 | 17 | 535 | 65 | 104 |
| Binary | 11011000 | 10000001 | 10010001 | 0 | 101000 | 100001 | 1111 | 101011101 | 110101 | 1000100 |
Color Harmonies of #D88191
Complementary color
Monochromatic Colors of #D88191
Black with #D88191
Text Example
Text Example
White with #D88191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88191; }
p { color: rgb(216,129,145); }
H1.HeaderClassName
{
color: #D88191;
}
.AnyTagClassName
{
color: #D88191;
}
</style>
background-color css
<style>
a { background-color: #D88191; }
a { background-color: rgb(216,129,145); }
div.DivClassName
{
background-color: #D88191;
}
.BgClassName
{
background-color: #D88191;
}
</style>
border-color css
<style>
span { border-color: #D88191; }
span { border-color: rgb(216,129,145); }
td.TdClassName
{
border-color: #D88191;
}
.TagClassName
{
border-color: #D88191;
}
</style>