Shades of Carissma #D88192
Tints of Carissma #D88192
RGB
CMYK
RGB Variations
Color information
#D88192 (or 0xD88192) is known color: Carissma. HEX triplet: D8, 81 and 92. RGB value is (216,129,146). Sum of RGB (Red+Green+Blue) = 216+129+146=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D88192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88192 is #277E6D. Grayscale: #9C9C9C. Windows color (decimal): -2588270 or 9601496. OLE color: 9601496.
HSL color Cylindrical-coordinate representation of color #D88192: hue angle of 348.28º 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 #D88192 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 146 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.15 |
| HSL | 348.28º | 0.53% | 0.68% | - |
| HSV(B) | 348.28º | 0.4% | 0.85% | - |
| XYZ | 41.36 | 32.37 | 31.26 | - |
| YUV | 156.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 146 | 0 | 0.40 | 0.32 | 0.15 | 348.28 | 0.53 | 0.68 |
| Hex | D8 | 81 | 92 | 0 | 28 | 20 | F | 15C | 35 | 44 |
| Octal | 330 | 201 | 222 | 0 | 50 | 40 | 17 | 534 | 65 | 104 |
| Binary | 11011000 | 10000001 | 10010010 | 0 | 101000 | 100000 | 1111 | 101011100 | 110101 | 1000100 |
Color Harmonies of #D88192
Complementary color
Monochromatic Colors of #D88192
Black with #D88192
Text Example
Text Example
White with #D88192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88192; }
p { color: rgb(216,129,146); }
H1.HeaderClassName
{
color: #D88192;
}
.AnyTagClassName
{
color: #D88192;
}
</style>
background-color css
<style>
a { background-color: #D88192; }
a { background-color: rgb(216,129,146); }
div.DivClassName
{
background-color: #D88192;
}
.BgClassName
{
background-color: #D88192;
}
</style>
border-color css
<style>
span { border-color: #D88192; }
span { border-color: rgb(216,129,146); }
td.TdClassName
{
border-color: #D88192;
}
.TagClassName
{
border-color: #D88192;
}
</style>