Shades of Carissma #DD868B
Tints of Carissma #DD868B
RGB
CMYK
RGB Variations
Color information
#DD868B (or 0xDD868B) is known color: Carissma. HEX triplet: DD, 86 and 8B. RGB value is (221,134,139). Sum of RGB (Red+Green+Blue) = 221+134+139=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD868B is #227974. Grayscale: #A0A0A0. Windows color (decimal): -2259317 or 9144029. OLE color: 9144029.
HSL color Cylindrical-coordinate representation of color #DD868B: hue angle of 356.55º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD868B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 139 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.13 |
| HSL | 356.55º | 0.56% | 0.7% | - |
| HSV(B) | 356.55º | 0.39% | 0.87% | - |
| XYZ | 43 | 34.29 | 28.78 | - |
| YUV | 160.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 139 | 0 | 0.39 | 0.37 | 0.13 | 356.55 | 0.56 | 0.7 |
| Hex | DD | 86 | 8B | 0 | 27 | 25 | D | 165 | 38 | 46 |
| Octal | 335 | 206 | 213 | 0 | 47 | 45 | 15 | 545 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10001011 | 0 | 100111 | 100101 | 1101 | 101100101 | 111000 | 1000110 |
Color Harmonies of #DD868B
Complementary color
Monochromatic Colors of #DD868B
Black with #DD868B
Text Example
Text Example
White with #DD868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD868B; }
p { color: rgb(221,134,139); }
H1.HeaderClassName
{
color: #DD868B;
}
.AnyTagClassName
{
color: #DD868B;
}
</style>
background-color css
<style>
a { background-color: #DD868B; }
a { background-color: rgb(221,134,139); }
div.DivClassName
{
background-color: #DD868B;
}
.BgClassName
{
background-color: #DD868B;
}
</style>
border-color css
<style>
span { border-color: #DD868B; }
span { border-color: rgb(221,134,139); }
td.TdClassName
{
border-color: #DD868B;
}
.TagClassName
{
border-color: #DD868B;
}
</style>