Shades of Carissma #DD8A8B
Tints of Carissma #DD8A8B
RGB
CMYK
RGB Variations
Color information
#DD8A8B (or 0xDD8A8B) is known color: Carissma. HEX triplet: DD, 8A and 8B. RGB value is (221,138,139). Sum of RGB (Red+Green+Blue) = 221+138+139=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A8B is #227574. Grayscale: #A3A3A3. Windows color (decimal): -2258293 or 9145053. OLE color: 9145053.
HSL color Cylindrical-coordinate representation of color #DD8A8B: hue angle of 359.28º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8A8B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 139 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.13 |
| HSL | 359.28º | 0.55% | 0.7% | - |
| HSV(B) | 359.28º | 0.38% | 0.87% | - |
| XYZ | 43.57 | 35.41 | 28.97 | - |
| YUV | 162.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 139 | 0 | 0.38 | 0.37 | 0.13 | 359.28 | 0.55 | 0.7 |
| Hex | DD | 8A | 8B | 0 | 26 | 25 | D | 167 | 37 | 46 |
| Octal | 335 | 212 | 213 | 0 | 46 | 45 | 15 | 547 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10001011 | 0 | 100110 | 100101 | 1101 | 101100111 | 110111 | 1000110 |
Color Harmonies of #DD8A8B
Complementary color
Monochromatic Colors of #DD8A8B
Black with #DD8A8B
Text Example
Text Example
White with #DD8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A8B; }
p { color: rgb(221,138,139); }
H1.HeaderClassName
{
color: #DD8A8B;
}
.AnyTagClassName
{
color: #DD8A8B;
}
</style>
background-color css
<style>
a { background-color: #DD8A8B; }
a { background-color: rgb(221,138,139); }
div.DivClassName
{
background-color: #DD8A8B;
}
.BgClassName
{
background-color: #DD8A8B;
}
</style>
border-color css
<style>
span { border-color: #DD8A8B; }
span { border-color: rgb(221,138,139); }
td.TdClassName
{
border-color: #DD8A8B;
}
.TagClassName
{
border-color: #DD8A8B;
}
</style>