Shades of Carissma #DD8395
Tints of Carissma #DD8395
RGB
CMYK
RGB Variations
Color information
#DD8395 (or 0xDD8395) is known color: Carissma. HEX triplet: DD, 83 and 95. RGB value is (221,131,149). Sum of RGB (Red+Green+Blue) = 221+131+149=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8395 is #227C6A. Grayscale: #9F9F9F. Windows color (decimal): -2260075 or 9798621. OLE color: 9798621.
HSL color Cylindrical-coordinate representation of color #DD8395: hue angle of 348º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8395 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 149 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.13 |
| HSL | 348º | 0.57% | 0.69% | - |
| HSV(B) | 348º | 0.41% | 0.87% | - |
| XYZ | 43.36 | 33.77 | 32.67 | - |
| YUV | 159.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 149 | 0 | 0.41 | 0.33 | 0.13 | 348 | 0.57 | 0.69 |
| Hex | DD | 83 | 95 | 0 | 29 | 21 | D | 15C | 39 | 45 |
| Octal | 335 | 203 | 225 | 0 | 51 | 41 | 15 | 534 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10010101 | 0 | 101001 | 100001 | 1101 | 101011100 | 111001 | 1000101 |
Color Harmonies of #DD8395
Complementary color
Monochromatic Colors of #DD8395
Black with #DD8395
Text Example
Text Example
White with #DD8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8395; }
p { color: rgb(221,131,149); }
H1.HeaderClassName
{
color: #DD8395;
}
.AnyTagClassName
{
color: #DD8395;
}
</style>
background-color css
<style>
a { background-color: #DD8395; }
a { background-color: rgb(221,131,149); }
div.DivClassName
{
background-color: #DD8395;
}
.BgClassName
{
background-color: #DD8395;
}
</style>
border-color css
<style>
span { border-color: #DD8395; }
span { border-color: rgb(221,131,149); }
td.TdClassName
{
border-color: #DD8395;
}
.TagClassName
{
border-color: #DD8395;
}
</style>