Shades of Carissma #DD8189
Tints of Carissma #DD8189
RGB
CMYK
RGB Variations
Color information
#DD8189 (or 0xDD8189) is known color: Carissma. HEX triplet: DD, 81 and 89. RGB value is (221,129,137). Sum of RGB (Red+Green+Blue) = 221+129+137=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8189 is #227E76. Grayscale: #9D9D9D. Windows color (decimal): -2260599 or 9011677. OLE color: 9011677.
HSL color Cylindrical-coordinate representation of color #DD8189: hue angle of 354.78º 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 #DD8189 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 137 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.13 |
| HSL | 354.78º | 0.58% | 0.69% | - |
| HSV(B) | 354.78º | 0.42% | 0.87% | - |
| XYZ | 42.18 | 32.88 | 27.79 | - |
| YUV | 157.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 137 | 0 | 0.42 | 0.38 | 0.13 | 354.78 | 0.58 | 0.69 |
| Hex | DD | 81 | 89 | 0 | 2A | 26 | D | 163 | 3A | 45 |
| Octal | 335 | 201 | 211 | 0 | 52 | 46 | 15 | 543 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10001001 | 0 | 101010 | 100110 | 1101 | 101100011 | 111010 | 1000101 |
Color Harmonies of #DD8189
Complementary color
Monochromatic Colors of #DD8189
Black with #DD8189
Text Example
Text Example
White with #DD8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8189; }
p { color: rgb(221,129,137); }
H1.HeaderClassName
{
color: #DD8189;
}
.AnyTagClassName
{
color: #DD8189;
}
</style>
background-color css
<style>
a { background-color: #DD8189; }
a { background-color: rgb(221,129,137); }
div.DivClassName
{
background-color: #DD8189;
}
.BgClassName
{
background-color: #DD8189;
}
</style>
border-color css
<style>
span { border-color: #DD8189; }
span { border-color: rgb(221,129,137); }
td.TdClassName
{
border-color: #DD8189;
}
.TagClassName
{
border-color: #DD8189;
}
</style>