Shades of Carissma #DD818B
Tints of Carissma #DD818B
RGB
CMYK
RGB Variations
Color information
#DD818B (or 0xDD818B) is known color: Carissma. HEX triplet: DD, 81 and 8B. RGB value is (221,129,139). Sum of RGB (Red+Green+Blue) = 221+129+139=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD818B is #227E74. Grayscale: #9D9D9D. Windows color (decimal): -2260597 or 9142749. OLE color: 9142749.
HSL color Cylindrical-coordinate representation of color #DD818B: hue angle of 353.48º 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 #DD818B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 139 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.13 |
| HSL | 353.48º | 0.58% | 0.69% | - |
| HSV(B) | 353.48º | 0.42% | 0.87% | - |
| XYZ | 42.33 | 32.94 | 28.55 | - |
| YUV | 157.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 139 | 0 | 0.42 | 0.37 | 0.13 | 353.48 | 0.58 | 0.69 |
| Hex | DD | 81 | 8B | 0 | 2A | 25 | D | 161 | 3A | 45 |
| Octal | 335 | 201 | 213 | 0 | 52 | 45 | 15 | 541 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10001011 | 0 | 101010 | 100101 | 1101 | 101100001 | 111010 | 1000101 |
Color Harmonies of #DD818B
Complementary color
Monochromatic Colors of #DD818B
Black with #DD818B
Text Example
Text Example
White with #DD818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD818B; }
p { color: rgb(221,129,139); }
H1.HeaderClassName
{
color: #DD818B;
}
.AnyTagClassName
{
color: #DD818B;
}
</style>
background-color css
<style>
a { background-color: #DD818B; }
a { background-color: rgb(221,129,139); }
div.DivClassName
{
background-color: #DD818B;
}
.BgClassName
{
background-color: #DD818B;
}
</style>
border-color css
<style>
span { border-color: #DD818B; }
span { border-color: rgb(221,129,139); }
td.TdClassName
{
border-color: #DD818B;
}
.TagClassName
{
border-color: #DD818B;
}
</style>