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