Shades of Carissma #DC8990
Tints of Carissma #DC8990
RGB
CMYK
RGB Variations
Color information
#DC8990 (or 0xDC8990) is known color: Carissma. HEX triplet: DC, 89 and 90. RGB value is (220,137,144). Sum of RGB (Red+Green+Blue) = 220+137+144=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8990 is #23766F. Grayscale: #A2A2A2. Windows color (decimal): -2324080 or 9472476. OLE color: 9472476.
HSL color Cylindrical-coordinate representation of color #DC8990: hue angle of 354.94º 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 #DC8990 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 144 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.14 |
| HSL | 354.94º | 0.54% | 0.7% | - |
| HSV(B) | 354.94º | 0.38% | 0.86% | - |
| XYZ | 43.49 | 35.12 | 30.87 | - |
| YUV | 162.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 144 | 0 | 0.38 | 0.35 | 0.14 | 354.94 | 0.54 | 0.7 |
| Hex | DC | 89 | 90 | 0 | 26 | 23 | E | 163 | 36 | 46 |
| Octal | 334 | 211 | 220 | 0 | 46 | 43 | 16 | 543 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10010000 | 0 | 100110 | 100011 | 1110 | 101100011 | 110110 | 1000110 |
Color Harmonies of #DC8990
Complementary color
Monochromatic Colors of #DC8990
Black with #DC8990
Text Example
Text Example
White with #DC8990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8990; }
p { color: rgb(220,137,144); }
H1.HeaderClassName
{
color: #DC8990;
}
.AnyTagClassName
{
color: #DC8990;
}
</style>
background-color css
<style>
a { background-color: #DC8990; }
a { background-color: rgb(220,137,144); }
div.DivClassName
{
background-color: #DC8990;
}
.BgClassName
{
background-color: #DC8990;
}
</style>
border-color css
<style>
span { border-color: #DC8990; }
span { border-color: rgb(220,137,144); }
td.TdClassName
{
border-color: #DC8990;
}
.TagClassName
{
border-color: #DC8990;
}
</style>