Shades of Carissma #DC8892
Tints of Carissma #DC8892
RGB
CMYK
RGB Variations
Color information
#DC8892 (or 0xDC8892) is known color: Carissma. HEX triplet: DC, 88 and 92. RGB value is (220,136,146). Sum of RGB (Red+Green+Blue) = 220+136+146=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8892 is #23776D. Grayscale: #A2A2A2. Windows color (decimal): -2324334 or 9603292. OLE color: 9603292.
HSL color Cylindrical-coordinate representation of color #DC8892: hue angle of 352.86º degrees, saturation: 0.55, 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 #DC8892 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 146 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.14 |
| HSL | 352.86º | 0.55% | 0.7% | - |
| HSV(B) | 352.86º | 0.38% | 0.86% | - |
| XYZ | 43.51 | 34.9 | 31.64 | - |
| YUV | 162.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 146 | 0 | 0.38 | 0.34 | 0.14 | 352.86 | 0.55 | 0.7 |
| Hex | DC | 88 | 92 | 0 | 26 | 22 | E | 161 | 37 | 46 |
| Octal | 334 | 210 | 222 | 0 | 46 | 42 | 16 | 541 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10010010 | 0 | 100110 | 100010 | 1110 | 101100001 | 110111 | 1000110 |
Color Harmonies of #DC8892
Complementary color
Monochromatic Colors of #DC8892
Black with #DC8892
Text Example
Text Example
White with #DC8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8892; }
p { color: rgb(220,136,146); }
H1.HeaderClassName
{
color: #DC8892;
}
.AnyTagClassName
{
color: #DC8892;
}
</style>
background-color css
<style>
a { background-color: #DC8892; }
a { background-color: rgb(220,136,146); }
div.DivClassName
{
background-color: #DC8892;
}
.BgClassName
{
background-color: #DC8892;
}
</style>
border-color css
<style>
span { border-color: #DC8892; }
span { border-color: rgb(220,136,146); }
td.TdClassName
{
border-color: #DC8892;
}
.TagClassName
{
border-color: #DC8892;
}
</style>