Shades of Carissma #DD8188
Tints of Carissma #DD8188
RGB
CMYK
RGB Variations
Color information
#DD8188 (or 0xDD8188) is known color: Carissma. HEX triplet: DD, 81 and 88. RGB value is (221,129,136). Sum of RGB (Red+Green+Blue) = 221+129+136=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8188 is #227E77. Grayscale: #9D9D9D. Windows color (decimal): -2260600 or 8946141. OLE color: 8946141.
HSL color Cylindrical-coordinate representation of color #DD8188: hue angle of 355.43º 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 #DD8188 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 136 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.13 |
| HSL | 355.43º | 0.58% | 0.69% | - |
| HSV(B) | 355.43º | 0.42% | 0.87% | - |
| XYZ | 42.11 | 32.85 | 27.41 | - |
| YUV | 157.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 136 | 0 | 0.42 | 0.38 | 0.13 | 355.43 | 0.58 | 0.69 |
| Hex | DD | 81 | 88 | 0 | 2A | 26 | D | 163 | 3A | 45 |
| Octal | 335 | 201 | 210 | 0 | 52 | 46 | 15 | 543 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10001000 | 0 | 101010 | 100110 | 1101 | 101100011 | 111010 | 1000101 |
Color Harmonies of #DD8188
Complementary color
Monochromatic Colors of #DD8188
Black with #DD8188
Text Example
Text Example
White with #DD8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8188; }
p { color: rgb(221,129,136); }
H1.HeaderClassName
{
color: #DD8188;
}
.AnyTagClassName
{
color: #DD8188;
}
</style>
background-color css
<style>
a { background-color: #DD8188; }
a { background-color: rgb(221,129,136); }
div.DivClassName
{
background-color: #DD8188;
}
.BgClassName
{
background-color: #DD8188;
}
</style>
border-color css
<style>
span { border-color: #DD8188; }
span { border-color: rgb(221,129,136); }
td.TdClassName
{
border-color: #DD8188;
}
.TagClassName
{
border-color: #DD8188;
}
</style>