Shades of Carissma #D9808B
Tints of Carissma #D9808B
RGB
CMYK
RGB Variations
Color information
#D9808B (or 0xD9808B) is known color: Carissma. HEX triplet: D9, 80 and 8B. RGB value is (217,128,139). Sum of RGB (Red+Green+Blue) = 217+128+139=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9808B is #267F74. Grayscale: #9B9B9B. Windows color (decimal): -2522997 or 9142489. OLE color: 9142489.
HSL color Cylindrical-coordinate representation of color #D9808B: hue angle of 352.58º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9808B is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 139 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.15 |
| HSL | 352.58º | 0.54% | 0.68% | - |
| HSV(B) | 352.58º | 0.41% | 0.85% | - |
| XYZ | 40.99 | 32.05 | 28.45 | - |
| YUV | 155.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 139 | 0 | 0.41 | 0.36 | 0.15 | 352.58 | 0.54 | 0.68 |
| Hex | D9 | 80 | 8B | 0 | 29 | 24 | F | 161 | 36 | 44 |
| Octal | 331 | 200 | 213 | 0 | 51 | 44 | 17 | 541 | 66 | 104 |
| Binary | 11011001 | 10000000 | 10001011 | 0 | 101001 | 100100 | 1111 | 101100001 | 110110 | 1000100 |
Color Harmonies of #D9808B
Complementary color
Monochromatic Colors of #D9808B
Black with #D9808B
Text Example
Text Example
White with #D9808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9808B; }
p { color: rgb(217,128,139); }
H1.HeaderClassName
{
color: #D9808B;
}
.AnyTagClassName
{
color: #D9808B;
}
</style>
background-color css
<style>
a { background-color: #D9808B; }
a { background-color: rgb(217,128,139); }
div.DivClassName
{
background-color: #D9808B;
}
.BgClassName
{
background-color: #D9808B;
}
</style>
border-color css
<style>
span { border-color: #D9808B; }
span { border-color: rgb(217,128,139); }
td.TdClassName
{
border-color: #D9808B;
}
.TagClassName
{
border-color: #D9808B;
}
</style>