Shades of Carissma #D8808F
Tints of Carissma #D8808F
RGB
CMYK
RGB Variations
Color information
#D8808F (or 0xD8808F) is known color: Carissma. HEX triplet: D8, 80 and 8F. RGB value is (216,128,143). Sum of RGB (Red+Green+Blue) = 216+128+143=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8808F is #277F70. Grayscale: #9C9C9C. Windows color (decimal): -2588529 or 9404632. OLE color: 9404632.
HSL color Cylindrical-coordinate representation of color #D8808F: hue angle of 349.77º 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 #D8808F is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 143 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.15 |
| HSL | 349.77º | 0.53% | 0.67% | - |
| HSV(B) | 349.77º | 0.41% | 0.85% | - |
| XYZ | 41 | 32.02 | 30.01 | - |
| YUV | 156.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 143 | 0 | 0.41 | 0.34 | 0.15 | 349.77 | 0.53 | 0.67 |
| Hex | D8 | 80 | 8F | 0 | 29 | 22 | F | 15E | 35 | 43 |
| Octal | 330 | 200 | 217 | 0 | 51 | 42 | 17 | 536 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10001111 | 0 | 101001 | 100010 | 1111 | 101011110 | 110101 | 1000011 |
Color Harmonies of #D8808F
Complementary color
Monochromatic Colors of #D8808F
Black with #D8808F
Text Example
Text Example
White with #D8808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8808F; }
p { color: rgb(216,128,143); }
H1.HeaderClassName
{
color: #D8808F;
}
.AnyTagClassName
{
color: #D8808F;
}
</style>
background-color css
<style>
a { background-color: #D8808F; }
a { background-color: rgb(216,128,143); }
div.DivClassName
{
background-color: #D8808F;
}
.BgClassName
{
background-color: #D8808F;
}
</style>
border-color css
<style>
span { border-color: #D8808F; }
span { border-color: rgb(216,128,143); }
td.TdClassName
{
border-color: #D8808F;
}
.TagClassName
{
border-color: #D8808F;
}
</style>