Shades of Carissma #DD8193
Tints of Carissma #DD8193
RGB
CMYK
RGB Variations
Color information
#DD8193 (or 0xDD8193) is known color: Carissma. HEX triplet: DD, 81 and 93. RGB value is (221,129,147). Sum of RGB (Red+Green+Blue) = 221+129+147=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8193 is #227E6C. Grayscale: #9E9E9E. Windows color (decimal): -2260589 or 9667037. OLE color: 9667037.
HSL color Cylindrical-coordinate representation of color #DD8193: hue angle of 348.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8193 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 147 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.13 |
| HSL | 348.26º | 0.58% | 0.69% | - |
| HSV(B) | 348.26º | 0.42% | 0.87% | - |
| XYZ | 42.94 | 33.18 | 31.75 | - |
| YUV | 158.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 147 | 0 | 0.42 | 0.33 | 0.13 | 348.26 | 0.58 | 0.69 |
| Hex | DD | 81 | 93 | 0 | 2A | 21 | D | 15C | 3A | 45 |
| Octal | 335 | 201 | 223 | 0 | 52 | 41 | 15 | 534 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10010011 | 0 | 101010 | 100001 | 1101 | 101011100 | 111010 | 1000101 |
Color Harmonies of #DD8193
Complementary color
Monochromatic Colors of #DD8193
Black with #DD8193
Text Example
Text Example
White with #DD8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8193; }
p { color: rgb(221,129,147); }
H1.HeaderClassName
{
color: #DD8193;
}
.AnyTagClassName
{
color: #DD8193;
}
</style>
background-color css
<style>
a { background-color: #DD8193; }
a { background-color: rgb(221,129,147); }
div.DivClassName
{
background-color: #DD8193;
}
.BgClassName
{
background-color: #DD8193;
}
</style>
border-color css
<style>
span { border-color: #DD8193; }
span { border-color: rgb(221,129,147); }
td.TdClassName
{
border-color: #DD8193;
}
.TagClassName
{
border-color: #DD8193;
}
</style>