Shades of Carissma #DD8393
Tints of Carissma #DD8393
RGB
CMYK
RGB Variations
Color information
#DD8393 (or 0xDD8393) is known color: Carissma. HEX triplet: DD, 83 and 93. RGB value is (221,131,147). Sum of RGB (Red+Green+Blue) = 221+131+147=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8393 is #227C6C. Grayscale: #9F9F9F. Windows color (decimal): -2260077 or 9667549. OLE color: 9667549.
HSL color Cylindrical-coordinate representation of color #DD8393: hue angle of 349.33º 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 #DD8393 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 147 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.13 |
| HSL | 349.33º | 0.57% | 0.69% | - |
| HSV(B) | 349.33º | 0.41% | 0.87% | - |
| XYZ | 43.2 | 33.71 | 31.83 | - |
| YUV | 159.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 147 | 0 | 0.41 | 0.33 | 0.13 | 349.33 | 0.57 | 0.69 |
| Hex | DD | 83 | 93 | 0 | 29 | 21 | D | 15D | 39 | 45 |
| Octal | 335 | 203 | 223 | 0 | 51 | 41 | 15 | 535 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10010011 | 0 | 101001 | 100001 | 1101 | 101011101 | 111001 | 1000101 |
Color Harmonies of #DD8393
Complementary color
Monochromatic Colors of #DD8393
Black with #DD8393
Text Example
Text Example
White with #DD8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8393; }
p { color: rgb(221,131,147); }
H1.HeaderClassName
{
color: #DD8393;
}
.AnyTagClassName
{
color: #DD8393;
}
</style>
background-color css
<style>
a { background-color: #DD8393; }
a { background-color: rgb(221,131,147); }
div.DivClassName
{
background-color: #DD8393;
}
.BgClassName
{
background-color: #DD8393;
}
</style>
border-color css
<style>
span { border-color: #DD8393; }
span { border-color: rgb(221,131,147); }
td.TdClassName
{
border-color: #DD8393;
}
.TagClassName
{
border-color: #DD8393;
}
</style>