Shades of Carissma #DD818D
Tints of Carissma #DD818D
RGB
CMYK
RGB Variations
Color information
#DD818D (or 0xDD818D) is known color: Carissma. HEX triplet: DD, 81 and 8D. RGB value is (221,129,141). Sum of RGB (Red+Green+Blue) = 221+129+141=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD818D is #227E72. Grayscale: #9D9D9D. Windows color (decimal): -2260595 or 9273821. OLE color: 9273821.
HSL color Cylindrical-coordinate representation of color #DD818D: hue angle of 352.17º 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 #DD818D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 141 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.13 |
| HSL | 352.17º | 0.58% | 0.69% | - |
| HSV(B) | 352.17º | 0.42% | 0.87% | - |
| XYZ | 42.48 | 33 | 29.33 | - |
| YUV | 157.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 141 | 0 | 0.42 | 0.36 | 0.13 | 352.17 | 0.58 | 0.69 |
| Hex | DD | 81 | 8D | 0 | 2A | 24 | D | 160 | 3A | 45 |
| Octal | 335 | 201 | 215 | 0 | 52 | 44 | 15 | 540 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10001101 | 0 | 101010 | 100100 | 1101 | 101100000 | 111010 | 1000101 |
Color Harmonies of #DD818D
Complementary color
Monochromatic Colors of #DD818D
Black with #DD818D
Text Example
Text Example
White with #DD818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD818D; }
p { color: rgb(221,129,141); }
H1.HeaderClassName
{
color: #DD818D;
}
.AnyTagClassName
{
color: #DD818D;
}
</style>
background-color css
<style>
a { background-color: #DD818D; }
a { background-color: rgb(221,129,141); }
div.DivClassName
{
background-color: #DD818D;
}
.BgClassName
{
background-color: #DD818D;
}
</style>
border-color css
<style>
span { border-color: #DD818D; }
span { border-color: rgb(221,129,141); }
td.TdClassName
{
border-color: #DD818D;
}
.TagClassName
{
border-color: #DD818D;
}
</style>