Shades of Carissma #DC898E
Tints of Carissma #DC898E
RGB
CMYK
RGB Variations
Color information
#DC898E (or 0xDC898E) is known color: Carissma. HEX triplet: DC, 89 and 8E. RGB value is (220,137,142). Sum of RGB (Red+Green+Blue) = 220+137+142=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC898E is #237671. Grayscale: #A2A2A2. Windows color (decimal): -2324082 or 9341404. OLE color: 9341404.
HSL color Cylindrical-coordinate representation of color #DC898E: hue angle of 356.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC898E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 142 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.14 |
| HSL | 356.39º | 0.54% | 0.7% | - |
| HSV(B) | 356.39º | 0.38% | 0.86% | - |
| XYZ | 43.34 | 35.06 | 30.07 | - |
| YUV | 162.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 142 | 0 | 0.38 | 0.35 | 0.14 | 356.39 | 0.54 | 0.7 |
| Hex | DC | 89 | 8E | 0 | 26 | 23 | E | 164 | 36 | 46 |
| Octal | 334 | 211 | 216 | 0 | 46 | 43 | 16 | 544 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10001110 | 0 | 100110 | 100011 | 1110 | 101100100 | 110110 | 1000110 |
Color Harmonies of #DC898E
Complementary color
Monochromatic Colors of #DC898E
Black with #DC898E
Text Example
Text Example
White with #DC898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC898E; }
p { color: rgb(220,137,142); }
H1.HeaderClassName
{
color: #DC898E;
}
.AnyTagClassName
{
color: #DC898E;
}
</style>
background-color css
<style>
a { background-color: #DC898E; }
a { background-color: rgb(220,137,142); }
div.DivClassName
{
background-color: #DC898E;
}
.BgClassName
{
background-color: #DC898E;
}
</style>
border-color css
<style>
span { border-color: #DC898E; }
span { border-color: rgb(220,137,142); }
td.TdClassName
{
border-color: #DC898E;
}
.TagClassName
{
border-color: #DC898E;
}
</style>